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 | ??}??T??T | 001111110011111101111101001111110011111101010100001111110011111101010100 | 3f3f7d3f3f543f3f54 |
| SJIS-WIN | ヘー}ンワTンワT | 110011011011000001111101110111011101110001010100110111011101110001010100 | cdb07ddddc54dddc54 |
| EUC-JP | ヘー}ンワTンワT | 100011101100110110001110101100000111110110001110110111011000111011011100010101001000111011011101100011101101110001010100 | 8ecd8eb07d8edd8edc548edd8edc54 |
| UTF-8 | ヘー}ンワTンワT | 111011111011111010001101111011111011110110110000011111011110111110111110100111011110111110111110100111000101010011101111101111101001110111101111101111101001110001010100 | efbe8defbdb07defbe9defbe9c54efbe9defbe9c54 |
| UHC | ??}??T??T | 001111110011111101111101001111110011111101010100001111110011111101010100 | 3f3f7d3f3f543f3f54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)