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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 聨ルカレロ | 111000111101110111011001101101101101101011011011 | e3ddd9b6dadb |
| EUC-JP | 聨ルカレロ | 11100110110111111000111011011001100011101011011010001110110110101000111011011011 | e6df8ed98eb68eda8edb |
| UTF-8 | 聨ルカレロ | 111010001000000110101000111011111011111010011001111011111011110110110110111011111011111010011010111011111011111010011011 | e881a8efbe99efbdb6efbe9aefbe9b |
| UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)