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 | 惑辧 | 10011000011001101001100110011111 | 9866999f |
EUC-JP | 惑辧 | 11001111110001111101001010100001 | cfc7d2a1 |
UTF-8 | 惑辧 | 111001101000001110010001111010001011111010100111 | e68391e8bea7 |
UHC | 惑? | 111110111110001100111111 | fbe33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)