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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 楔跣縟P | 10011110101101101110011011101111111000110111010001010000 | 9eb6e6efe37450 |
EUC-JP | 楔跣縟P | 11011100101110001110110011110001111001011101010101010000 | dcb8ecf1e5d550 |
UTF-8 | 楔跣縟P | 11100110101001011001010011101000101101111010001111100111101110001001111101010000 | e6a594e8b7a3e7b89f50 |
UHC | 楔跣縟P | 11100000110110111110000011010011111010011011001001010000 | e0dbe0d3e9b250 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)