To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 縞?こ勃 | 10001110110010000011111110000010101100011001011001110101 | 8ec83f82b19675 |
EUC-JP | 縞?こ勃 | 10111100110010100011111110100100101100111100101111010110 | bcca3fa4b3cbd6 |
UTF-8 | 縞덜こ勃 | 111001111011100010011110111010111000110110011100111000111000000110010011111001011000101110000011 | e7b89eeb8d9ce38193e58b83 |
UHC | 縞덜こ勃 | 1111101111010110101101001111101010101010101100111101101011111010 | fbd6b4faaab3dafa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)