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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
| SJIS-WIN | 厭??厭??F | 100010010111110100111111001111111000100101111101001111110011111101000110 | 897d3f3f897d3f3f46 |
| EUC-JP | 厭??厭??F | 101100011101111000111111001111111011000111011110001111110011111101000110 | b1de3f3fb1de3f3f46 |
| UTF-8 | 厭롮렭厭롦솿F | 11100101100011101010110111101011101000011010111011101011101000001010110111100101100011101010110111101011101000011010011011101100100001101011111101000110 | e58eadeba1aeeba0ade58eadeba1a6ec86bf46 |
| UHC | 厭롮렭厭롦솿F | 11100110111101001000111011101100100011101011101011100110111101001000111011100110100110011011001101000110 | e6f48eec8ebae6f48ee699b346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)