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 | 掩? | 100010011000011000111111 | 89863f |
EUC-JP | 掩? | 101100011110011000111111 | b1e63f |
UTF-8 | 掩얍 | 111001101000111010101001111011001001011010001101 | e68ea9ec968d |
UHC | 掩얍 | 11100101111100111011111011100101 | e5f3bee5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)