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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 淫??@h | 100010001111101000111111001111110100000001101000 | 88fa3f3f4068 |
EUC-JP | 淫??@h | 101100001111110000111111001111110100000001101000 | b0fc3f3f4068 |
UTF-8 | 淫몄꺎@h | 1110011010110111101010111110101110101010100001001110101010111010100011100100000001101000 | e6b7abebaa84eaba8e4068 |
UHC | 淫몄꺎@h | 1110101111100010101110001110110010000011101101000100000001101000 | ebe2b8ec83b44068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)