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 | ì´¥£ | 11101100101101001010010110100011 | ecb4a5a3 |
| SJIS-WIN | ?´¥£ | 00111111100000010100110010000001100011111000000110010010 | 3f814c818f8192 |
| EUC-JP | ì´?£ | 1000111110101011110000001010000110101101001111111010000111110010 | 8fabc0a1ad3fa1f2 |
| UTF-8 | ì´¥£ | 1100001110101100110000101011010011000010101001011100001010100011 | c3acc2b4c2a5c2a3 |
| UHC | ?´?? | 0011111110100010101001010011111100111111 | 3fa2a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)