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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?汞 | 001111111001111110000111 | 3f9f87 |
EUC-JP | ?汞 | 001111111101110111100111 | 3fdde7 |
UTF-8 | 롔汞 | 111010111010000110010100111001101011000110011110 | eba194e6b19e |
UHC | 롔汞 | 10001110110110001111101111110001 | 8ed8fbf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)