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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 終?證?B | 10001111010010010011111111100110100110100011111101000010 | 8f493fe69a3f42 |
EUC-JP | 終?證?B | 10111101101010100011111111101011111110100011111101000010 | bdaa3febfa3f42 |
UTF-8 | 終렫證렫B | 11100111101101011000001011101011101000001010101111101000101011011000100111101011101000001010101101000010 | e7b582eba0abe8ad89eba0ab42 |
UHC | 終렫證렫B | 111100001111101110001110101110011111000111111011100011101011100101000010 | f0fb8eb9f1fb8eb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)