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 | 顏搾 | 11101000111110001000110111101111 | e8f88def |
EUC-JP | 顏搾 | 11110000111110101011101011110001 | f0fabaf1 |
UTF-8 | 顏搾 | 111010011010000110001111111001101001000010111110 | e9a18fe690be |
UHC | ?搾 | 001111111111001110110110 | 3ff3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)