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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 眦猖獺獺E | 111000011100001111100000110010011110000011011010111000001101101001000101 | e1c3e0c9e0dae0da45 |
EUC-JP | 眦猖獺獺E | 111000101100010111100000110010111110000011011100111000001101110001000101 | e2c5e0cbe0dce0dc45 |
UTF-8 | 眦猖獺獺E | 11100111100111001010011011100111100011001001011011100111100011011011101011100111100011011011101001000101 | e79ca6e78c96e78dbae78dba45 |
UHC | ?猖獺獺E | 0011111111110011111010011101001110110111110100111011011101000101 | 3ff3e9d3b7d3b745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)