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 | ??G | 001111110011111101000111 | 3f3f47 |
| SJIS-WIN | 支?G | 10001110011110000011111101000111 | 8e783f47 |
| EUC-JP | 支?G | 10111011110110010011111101000111 | bbd93f47 |
| UTF-8 | 支렜G | 11100110100101001010111111101011101000001001110001000111 | e694afeba09c47 |
| UHC | 支렜G | 1111001010101000100011101010111001000111 | f2a88eae47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)