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 | ??IB | 00111111001111110100100101000010 | 3f3f4942 |
SJIS-WIN | 縞捨IB | 100011101100100010001110110011000100100101000010 | 8ec88ecc4942 |
EUC-JP | 縞捨IB | 101111001100101010111100110011100100100101000010 | bccabcce4942 |
UTF-8 | 縞捨IB | 1110011110111000100111101110011010001101101010000100100101000010 | e7b89ee68da84942 |
UHC | 縞捨IB | 111110111101011011011110110101110100100101000010 | fbd6ded74942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)