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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 槨羇倨 | 100111101101100011100011101100101001100011100000 | 9ed8e3b298e0 |
EUC-JP | 槨羇倨 | 110111001101101011100110101101001101000011100010 | dcdae6b4d0e2 |
UTF-8 | 槨羇倨 | 111001101010011110101000111001111011111010000111111001011000000010101000 | e6a7a8e7be87e580a8 |
UHC | 槨?倨 | 1100111010101010001111111100101111011010 | ceaa3fcbda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)