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 | ????kB | 001111110011111100111111001111110110101101000010 | 3f3f3f3f6b42 |
SJIS-WIN | 悌???kB | 10010010111011100011111100111111001111110110101101000010 | 92ee3f3f3f6b42 |
EUC-JP | 悌???kB | 11000100111100000011111100111111001111110110101101000010 | c4f03f3f3f6b42 |
UTF-8 | 悌쯔렠렪kB | 1110011010000010100011001110110010101111100101001110101110100000101000001110101110100000101010100110101101000010 | e6828cecaf94eba0a0eba0aa6b42 |
UHC | 悌쯔렠렪kB | 11110000101010101100001011101010100011101011000110001110101110000110101101000010 | f0aac2ea8eb18eb86b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)