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 | 雕顯 | 11101000101110001110100011111011 | e8b8e8fb |
EUC-JP | 雕顯 | 11110000101110101111000011111101 | f0baf0fd |
UTF-8 | 雕顯 | 111010011001101110010101111010011010000110101111 | e99b95e9a1af |
UHC | 雕顯 | 11110000111001111111101011101001 | f0e7fae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)