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 | ?艤 | 001111111110010001111110 | 3fe47e |
EUC-JP | ?艤 | 001111111110011111011111 | 3fe7df |
UTF-8 | 셍艤 | 111011001000010110001101111010001000100110100100 | ec858de889a4 |
UHC | 셍艤 | 10111100110001001110101111111010 | bcc4ebfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)