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 | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
| EUC-JP | 髥??髥??F | 1000111111101001111100000011111100111111100011111110100111110000001111110011111101000110 | 8fe9f03f3f8fe9f03f3f46 |
| UTF-8 | 髥곮덱髥곫뜥F | 11101001101010111010010111101010101100111010111011101011100011011011000111101001101010111010010111101010101100111010101111101011100111001010010101000110 | e9aba5eab3aeeb8db1e9aba5eab3abeb9ca546 |
| UHC | 髥곮덱髥곫뜥F | 11100111101000111000000111101000101101011010011011100111101000111000000111100110100011011010100001000110 | e7a381e8b5a6e7a381e68da846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)