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 | FA¯T | 10010010010001101001001001000001100100011010111101010100 | 9246924191af54 |
| SJIS-WIN | ?F?A??T | 00111111010001100011111101000001001111110011111101010100 | 3f463f413f3f54 |
| EUC-JP | ?F?A?¯T | 001111110100011000111111010000010011111110001111101000101011010001010100 | 3f463f413f8fa2b454 |
| UTF-8 | FA¯T | 1100001010010010010001101100001010010010010000011100001010010001110000101010111101010100 | c29246c29241c291c2af54 |
| UHC | ?F?A??T | 00111111010001100011111101000001001111110011111101010100 | 3f463f413f3f54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)