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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 羮号捷B | 11100011101111001000110110000110100011111011011101000010 | e3bc8d868fb742 |
EUC-JP | 羮号捷B | 11100110101111101011100111100110101111101011100101000010 | e6beb9e6beb942 |
UTF-8 | 羮号捷B | 11100111101111101010111011100101100011111011011111100110100011011011011101000010 | e7beaee58fb7e68db742 |
UHC | ??捷B | 0011111100111111111101001101111101000010 | 3f3ff4df42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)