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 | 藜脂П | 111001010101101110001110100010011000010001010000 | e55b8e898450 |
EUC-JP | 藜脂П | 111010011011110010111011111010011010011110110001 | e9bcbbe9a7b1 |
UTF-8 | 藜脂П | 1110100010010111100111001110100010000100100000101101000010011111 | e8979ce88482d09f |
UHC | 藜脂П | 110101011110110111110010101101111010110010110001 | d5edf2b7acb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)