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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 域?域?B | 10001000111001100011111110001000111001100011111101000010 | 88e63f88e63f42 |
EUC-JP | 域?域?B | 10110000111010000011111110110000111010000011111101000010 | b0e83fb0e83f42 |
UTF-8 | 域쯫域쯫B | 11100101100111111001111111101100101011111010101111100101100111111001111111101100101011111010101101000010 | e59f9fecafabe59f9fecafab42 |
UHC | 域쯫域쯫B | 111001101011010010101001011010011110011010110100101010010110100101000010 | e6b4a969e6b4a96942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)