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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 桎?禎??? | 1001111001111110001111111001001011110101001111110011111100111111 | 9e7e3f92f53f3f3f |
EUC-JP | 桎?禎??? | 1101101111011111001111111100010011110111001111110011111100111111 | dbdf3fc4f73f3f3f |
UTF-8 | 桎롌禎렰렊렍 | 111001101010000110001110111010111010000110001100111001111010011010001110111010111010000010110000111010111010000010001010111010111010000010001101 | e6a18eeba18ce7a68eeba0b0eba08aeba08d |
UHC | 桎롌禎렰렊렍 | 111100101110111010001110110100101110111111101110100011101011110110001110101000011000111010100011 | f2ee8ed2efee8ebd8ea18ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)