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 | 100100100100001110010001101010010100100101000010 | 924391a94942 |
EUC-JP | 辰束IB | 110000111010010011000010101010110100100101000010 | c3a4c2ab4942 |
UTF-8 | 辰束IB | 1110100010111110101100001110011010011101100111110100100101000010 | e8beb0e69d9f4942 |
UHC | 辰束IB | 111100101110001111100001110101100100100101000010 | f2e3e1d64942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)