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 | 11100111100110111001111011100111100110101011000001000010 | e79b9ee79ab042 |
EUC-JP | 逶樒垈B | 11101101111110111101110011101001110101001011001001000010 | edfbdce9d4b242 |
UTF-8 | 逶樒垈B | 11101001100000001011011011100110101010001001001011100101100111101000100001000010 | e980b6e6a892e59e8842 |
UHC | ??垈B | 0011111100111111110100111101110001000010 | 3f3fd3dc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)