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 | 顯罹 | 11101000111110111001110011101011 | e8fb9ceb |
EUC-JP | 顯罹 | 11110000111111011101100011101101 | f0fdd8ed |
UTF-8 | 顯罹 | 111010011010000110101111111001111011110110111001 | e9a1afe7bdb9 |
UHC | 顯罹 | 11111010111010011101011111100111 | fae9d7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)