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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 譎カ諶肴セ | 1110011010011001101101101111101110101010100011011110011010111110 | e699b6fbaa8de6be |
| EUC-JP | 譎カ諶肴セ | 1110101111111001100011101011011010001111110111101011010110111010111010001000111010111110 | ebf98eb68fdeb5bae88ebe |
| UTF-8 | 譎カ諶肴セ | 111010001010110110001110111011111011110110110110111010001010101110110110111010001000001010110100111011111011110110111110 | e8ad8eefbdb6e8abb6e882b4efbdbe |
| UHC | 譎?諶肴? | 1111110111010010001111111110010010100110111111011010001000111111 | fdd23fe4a6fda23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)