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 | 宿星漱 | 100011110110100010010000101011111001111111111001 | 8f6890af9ff9 |
| EUC-JP | 宿星漱 | 101111011100100111000000101100011101111011111011 | bdc9c0b1defb |
| UTF-8 | 宿星漱 | 111001011010111010111111111001101001100010011111111001101011110010110001 | e5aebfe6989fe6bcb1 |
| UHC | 宿星漱 | 111000101101011011100000111110001110001010101011 | e2d6e0f8e2ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)