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 | ?h | 0011111101101000 | 3f68 |
SJIS-WIN | 瀇h | 111110110100111101101000 | fb4f68 |
EUC-JP | 瀇h | 10001111110010011010110101101000 | 8fc9ad68 |
UTF-8 | 瀇h | 11100111100000001000011101101000 | e7808768 |
UHC | ?h | 0011111101101000 | 3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)