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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 陬りカ | 1110100010100011100000101110100010110110 | e8a382e8b6 |
| EUC-JP | 陬りカ | 111100001010010110100100111010101000111010110110 | f0a5a4ea8eb6 |
| UTF-8 | 陬りカ | 111010011001100110101100111000111000001010001010111011111011110110110110 | e999ace3828aefbdb6 |
| UHC | ?り? | 00111111101010101110101000111111 | 3faaea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)