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 | ??wh | 00111111001111110111011101101000 | 3f3f7768 |
SJIS-WIN | 漆衒wh | 100011101011110111100101110010000111011101101000 | 8ebde5c87768 |
EUC-JP | 漆衒wh | 101111001011111111101010110010100111011101101000 | bcbfeaca7768 |
UTF-8 | 漆衒wh | 1110011010111100100001101110100010100001100100100111011101101000 | e6bc86e8a1927768 |
UHC | 漆衒wh | 111101101101010011111010111001010111011101101000 | f6d4fae57768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)