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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 齊封?陌范 | 111010101000111010010101100101010011111111101000100110011110010010010111 | ea8e95953fe899e497 |
EUC-JP | 齊封?陌范 | 111100111110111011001001111101010011111111101111111110011110011111110111 | f3eec9f53feff9e7f7 |
UTF-8 | 齊封렰陌范 | 111010011011110110001010111001011011000010000001111010111010000010110000111010011001100110001100111010001000110010000011 | e9bd8ae5b081eba0b0e9998ce88c83 |
UHC | 齊封렰陌范 | 11110000101110101101110011100110100011101011110111011000111010001101101111110101 | f0badce68ebdd8e8dbf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)