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 | ??R | 001111110011111101010010 | 3f3f52 |
| SJIS-WIN | 霎ーR | 11101000101111101011000001010010 | e8beb052 |
| EUC-JP | 霎ーR | 1111000011000000100011101011000001010010 | f0c08eb052 |
| UTF-8 | 霎ーR | 11101001100111001000111011101111101111011011000001010010 | e99c8eefbdb052 |
| UHC | ??R | 001111110011111101010010 | 3f3f52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)