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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | 獗猴猖A | 11100000110100111110000011001011111000001100100101000001 | e0d3e0cbe0c941 |
EUC-JP | 獗猴猖A | 11100000110101011110000011001101111000001100101101000001 | e0d5e0cde0cb41 |
UTF-8 | 獗猴猖A | 11100111100011011001011111100111100011001011010011100111100011001001011001000001 | e78d97e78cb4e78c9641 |
UHC | 獗?猖A | 110011111111000100111111111100111110100101000001 | cff13ff3e941 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)