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 | ???e | 00111111001111110011111101100101 | 3f3f3f65 |
SJIS-WIN | 辱??e | 1001000001001010001111110011111101100101 | 904a3f3f65 |
EUC-JP | 辱??e | 1011111110101011001111110011111101100101 | bfab3f3f65 |
UTF-8 | 辱녻눎e | 11101000101111101011000111101011100001011011101111101011100010001000111001100101 | e8beb1eb85bbeb888e65 |
UHC | 辱녻눎e | 11101001101101001000011011101000100001111010101001100101 | e9b486e887aa65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)