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 | 11100000110101011110000011001101111000001100101101000001 | e0d5e0cde0cb41 |
EUC-JP | 獨猩猴A | 11100000110101111110000011001111111000001100110101000001 | e0d7e0cfe0cd41 |
UTF-8 | 獨猩猴A | 11100111100011011010100011100111100011001010100111100111100011001011010001000001 | e78da8e78ca9e78cb441 |
UHC | 獨猩?A | 110101001011110011100000111110100011111101000001 | d4bce0fa3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)