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 | 00111111001111110011111101000111 | 3f3f3f47 |
| SJIS-WIN | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
| EUC-JP | 滎??G | 100011111100100010111001001111110011111101000111 | 8fc8b93f3f47 |
| UTF-8 | 滎잌폀G | 11100110101110111000111011101100100111101000110011101101100011111000000001000111 | e6bb8eec9e8ced8f8047 |
| UHC | 滎잌폀G | 11111011101000111001111111100101101111001000111101000111 | fba39fe5bc8f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)