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 | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 淫??@B | 100010001111101000111111001111110100000001000010 | 88fa3f3f4042 |
EUC-JP | 淫??@B | 101100001111110000111111001111110100000001000010 | b0fc3f3f4042 |
UTF-8 | 淫뱀꽮@B | 1110011010110111101010111110101110110001100000001110101010111101101011100100000001000010 | e6b7abebb180eabdae4042 |
UHC | 淫뱀꽮@B | 1110101111100010101110011110110010000100101110010100000001000010 | ebe2b9ec84b94042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)