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 | 辜h蟹 | 111001111000001110000010100010001000101001001001 | e78382888a49 |
| EUC-JP | 辜h蟹 | 111011011110001110100011111010001011001110101010 | ede3a3e8b3aa |
| UTF-8 | 辜h蟹 | 111010001011111010011100111011111011110110001000111010001001111110111001 | e8be9cefbd88e89fb9 |
| UHC | 辜h蟹 | 110011011101000010100011111010001111101010101111 | cdd0a3e8faaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)