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 | 1101101010110100111101011110111001010000 | dab4f5ee50 |
EUC-JP | レエ?P | 100011101101101010001110101101000011111101010000 | 8eda8eb43f50 |
UTF-8 | レエP | 11101111101111101001101011101111101111011011010011101110100100011001100101010000 | efbe9aefbdb4ee919950 |
UHC | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)