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 | 챔剡 | 111011001011000110010100111001011000100110100001 | ecb194e589a1 |
UHC | 챔剡 | 11000011101010001110000011100110 | c3a8e0e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)