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? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | 獨猩猴A瞻 | 111000001101010111100000110011011110000011001011010000011110000111011011 | e0d5e0cde0cb41e1db |
EUC-JP | 獨猩猴A瞻 | 111000001101011111100000110011111110000011001101010000011110001011011101 | e0d7e0cfe0cd41e2dd |
UTF-8 | 獨猩猴A瞻 | 11100111100011011010100011100111100011001010100111100111100011001011010001000001111001111001111010111011 | e78da8e78ca9e78cb441e79ebb |
UHC | 獨猩?A瞻 | 1101010010111100111000001111101000111111010000011111010011010111 | d4bce0fa3f41f4d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)