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 | 10001101110101011110010110000000001111110011111101000101 | 8dd5e5803f3f45 |
EUC-JP | 祭蛟??E | 10111010110101111110100111100000001111110011111101000101 | bad7e9e03f3f45 |
UTF-8 | 祭蛟렰렕E | 11100111101001011010110111101000100110111001111111101011101000001011000011101011101000001001010101000101 | e7a5ade89b9feba0b0eba09545 |
UHC | 祭蛟렰렕E | 111100001010111011001110111100011000111010111101100011101010101001000101 | f0aecef18ebd8eaa45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)