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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
| SJIS-WIN | 躙灌躙湫F | 111001110101011110011111111100111110011101010111100111111101010101000110 | e7579ff3e7579fd546 |
| EUC-JP | 躙灌躙湫F | 111011011011100011011110111101011110110110111000110111101101011101000110 | edb8def5edb8ded746 |
| UTF-8 | 躙灌躙湫F | 11101000101110101001100111100111100000011000110011101000101110101001100111100110101110011010101101000110 | e8ba99e7818ce8ba99e6b9ab46 |
| UHC | ?灌?湫F | 00111111110011101011010000111111111101011101001101000110 | 3fceb43ff5d346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)