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 | 逍珠エィ | 111001111001011010001110111011001011010010101000 | e7968eecb4a8 |
| EUC-JP | 逍珠エィ | 1110110111110110101111001110111010001110101101001000111010101000 | edf6bcee8eb48ea8 |
| UTF-8 | 逍珠エィ | 111010011000000010001101111001111000111110100000111011111011110110110100111011111011110110101000 | e9808de78fa0efbdb4efbda8 |
| UHC | 逍珠?? | 111000011100111011110001110000010011111100111111 | e1cef1c13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)