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 | ?顥 | 001111111111101111110101 | 3ffbf5 |
EUC-JP | ?顥 | 00111111100011111110100010110110 | 3f8fe8b6 |
UTF-8 | 렣顥 | 111010111010000010100011111010011010000110100101 | eba0a3e9a1a5 |
UHC | 렣顥 | 10001110101101001111101111100010 | 8eb4fbe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)