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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 誥? | 111001100111010000111111 | e6743f |
EUC-JP | 誥? | 111010111101010100111111 | ebd53f |
UTF-8 | 誥릧 | 111010001010101010100101111010111010011010100111 | e8aaa5eba6a7 |
UHC | 誥릧 | 11001101110011101001000010001001 | cdce9089 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)