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 | ?藷 | 001111111000111110010011 | 3f8f93 |
EUC-JP | ?藷 | 001111111011110111110011 | 3fbdf3 |
UTF-8 | 섦藷 | 111011001000010010100110111010001001011110110111 | ec84a6e897b7 |
UHC | 섦藷 | 10111100101101001110111011001011 | bcb4eecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)