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 | 貊狩⊃ | 111001101011101110001110111010111000000110111101 | e6bb8eeb81bd |
EUC-JP | 貊狩⊃ | 111011001011110110111100111011011010001010111111 | ecbdbceda2bf |
UTF-8 | 貊狩⊃ | 111010001011001010001010111001111000101110101001111000101000101010000011 | e8b28ae78ba9e28a83 |
UHC | 貊狩⊃ | 110110001110011111100010101011011010000111111001 | d8e7e2ada1f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)