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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 逋懃ソゥ | 111001111001100110011100111001111011111110101001 | e7999ce7bfa9 |
| EUC-JP | 逋懃ソゥ | 1110110111111001110110001110100110001110101111111000111010101001 | edf9d8e98ebf8ea9 |
| UTF-8 | 逋懃ソゥ | 111010011000000010001011111001101000011110000011111011111011110110111111111011111011110110101001 | e9808be68783efbdbfefbda9 |
| UHC | 逋懃?? | 111110001110011111010000110001000011111100111111 | f8e7d0c43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)