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 | 鴈私 | 11101001111011001000111010000100 | e9ec8e84 |
EUC-JP | 鴈私 | 11110010111011101011101111100100 | f2eebbe4 |
UTF-8 | 鴈私 | 111010011011010010001000111001111010011110000001 | e9b488e7a781 |
UHC | ?私 | 001111111101111011100111 | 3fdee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)