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?? | 001111110011111100111111010000010011111100111111 | 3f3f3f413f3f |
SJIS-WIN | 獨猩猴A瞻獻 | 1110000011010101111000001100110111100000110010110100000111100001110110111110000011011001 | e0d5e0cde0cb41e1dbe0d9 |
EUC-JP | 獨猩猴A瞻獻 | 1110000011010111111000001100111111100000110011010100000111100010110111011110000011011011 | e0d7e0cfe0cd41e2dde0db |
UTF-8 | 獨猩猴A瞻獻 | 11100111100011011010100011100111100011001010100111100111100011001011010001000001111001111001111010111011111001111000110110111011 | e78da8e78ca9e78cb441e79ebbe78dbb |
UHC | 獨猩?A瞻獻 | 11010100101111001110000011111010001111110100000111110100110101111111101011001100 | d4bce0fa3f41f4d7facc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)