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 | ?臣 | 001111111001000001100010 | 3f9062 |
EUC-JP | ?臣 | 001111111011111111000011 | 3fbfc3 |
UTF-8 | 룵臣 | 111010111010001110110101111010001000011110100011 | eba3b5e887a3 |
UHC | 룵臣 | 10001111101010101110001111101101 | 8faae3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)