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 | 11100000110110011110000011010001111001010101000101010000 | e0d9e0d1e55150 |
EUC-JP | 獻獏蕾P | 11100000110110111110000011010011111010011011001001010000 | e0dbe0d3e9b250 |
UTF-8 | 獻獏蕾P | 11100111100011011011101111100111100011011000111111101000100101011011111001010000 | e78dbbe78d8fe895be50 |
UHC | 獻??P | 1111101011001100001111110011111101010000 | facc3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)