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 | 10001111111110011001101111010001001111110011111101000110 | 8ff99bd13f3f46 |
| EUC-JP | 錠嶝??F | 10111110111110111101011011010011001111110011111101000110 | befbd6d33f3f46 |
| UTF-8 | 錠嶝렰렪F | 11101001100011001010000011100101101101101001110111101011101000001011000011101011101000001010101001000110 | e98ca0e5b69deba0b0eba0aa46 |
| UHC | 錠嶝렰렪F | 111011111111110011010100111100011000111010111101100011101011100001000110 | effcd4f18ebd8eb846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)