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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 掩?h | 10001001100001100011111101101000 | 89863f68 |
EUC-JP | 掩?h | 10110001111001100011111101101000 | b1e63f68 |
UTF-8 | 掩뙙h | 11100110100011101010100111101011100110011001100101101000 | e68ea9eb999968 |
UHC | 掩뙙h | 1110010111110011100011001001111001101000 | e5f38c9e68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)