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 | 踝珠エィ | 111001101111010010001110111011001011010010101000 | e6f48eecb4a8 |
| EUC-JP | 踝珠エィ | 1110110011110110101111001110111010001110101101001000111010101000 | ecf6bcee8eb48ea8 |
| UTF-8 | 踝珠エィ | 111010001011100010011101111001111000111110100000111011111011110110110100111011111011110110101000 | e8b89de78fa0efbdb4efbda8 |
| UHC | ?珠?? | 0011111111110001110000010011111100111111 | 3ff1c13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)