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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 咳?孩?E | 10001010010100000011111110011011011101110011111101000101 | 8a503f9b773f45 |
EUC-JP | 咳?孩?E | 10110011101100010011111111010101110110000011111101000101 | b3b13fd5d83f45 |
UTF-8 | 咳렣孩렱E | 11100101100100101011001111101011101000001010001111100101101011011010100111101011101000001011000101000101 | e592b3eba0a3e5ada9eba0b145 |
UHC | 咳렣孩렱E | 111110101010011010001110101101001111101010101001100011101011111001000101 | faa68eb4faa98ebe45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)