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 | 袿紮d | 111001011101110111100011010001101000001010000100 | e5dde3468284 |
EUC-JP | 袿紮d | 111010101101111111100101101001111010001111100100 | eadfe5a7a3e4 |
UTF-8 | 袿紮d | 111010001010001010111111111001111011010010101110111011111011110110000100 | e8a2bfe7b4aeefbd84 |
UHC | ?紮d | 0011111111110011110011111010001111100100 | 3ff3cfa3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)