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 | 001111110100100101000010 | 3f4942 |
SJIS-WIN | 辰IB | 10010010010000110100100101000010 | 92434942 |
EUC-JP | 辰IB | 11000011101001000100100101000010 | c3a44942 |
UTF-8 | 辰IB | 1110100010111110101100000100100101000010 | e8beb04942 |
UHC | 辰IB | 11110010111000110100100101000010 | f2e34942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)