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 | 闌伜勣雹エ | 111010001000110010011000111001011001100110101000111010001011100110110100 | e88c98e599a8e8b9b4 |
| EUC-JP | 闌伜勣雹エ | 11101111111011001101000011100111110100101010101011110000101110111000111010110100 | efecd0e7d2aaf0bb8eb4 |
| UTF-8 | 闌伜勣雹エ | 111010011001011110001100111001001011110010011100111001011000101110100011111010011001101110111001111011111011110110110100 | e9978ce4bc9ce58ba3e99bb9efbdb4 |
| UHC | ??勣雹? | 00111111001111111110111011010011110110101101111100111111 | 3f3feed3dadf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)