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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蝟滄區 | 111001011001011010011111111010011001100110111101 | e5969fe999bd |
EUC-JP | 蝟滄區 | 111010011111011011011110111010111101001010111111 | e9f6deebd2bf |
UTF-8 | 蝟滄區 | 111010001001110110011111111001101011101110000100111001011000110110000000 | e89d9fe6bb84e58d80 |
UHC | 蝟滄區 | 111010101101101011110011111001111100111110100001 | eadaf3e7cfa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)