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 | ?? | 0011111100111111 | 3f3f |
EUC-JP | ?剡 | 00111111100011111011001111000111 | 3f8fb3c7 |
UTF-8 | 딁剡 | 111010111001010010000001111001011000100110100001 | eb9481e589a1 |
UHC | 딁剡 | 10001010111001111110000011100110 | 8ae7e0e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)