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 | 萓滝ソク裙 | 1110010010111110100100011110101010111111101110001110010111100011 | e4be91eabfb8e5e3 |
| EUC-JP | 萓滝ソク裙 | 11101000110000001100001011101100100011101011111110001110101110001110101011100101 | e8c0c2ec8ebf8eb8eae5 |
| UTF-8 | 萓滝ソク裙 | 111010001001000010010011111001101011101110011101111011111011110110111111111011111011110110111000111010001010001110011001 | e89093e6bb9defbdbfefbdb8e8a399 |
| UHC | ????裙 | 001111110011111100111111001111111100111111011001 | 3f3f3f3fcfd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)