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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | 﨟ア蝓キ﨟キ螳 | 1111101110011101101100011110010110011111101101111111101110011101101101111110010110101110 | fb9db1e59fb7fb9db7e5ae |
| EUC-JP | ?ア蝓キ?キ螳 | 001111111000111010110001111010101010000110001110101101110011111110001110101101111110101010110000 | 3f8eb1eaa18eb73f8eb7eab0 |
| UTF-8 | 﨟ア蝓キ﨟キ螳 | 111011111010100010011111111011111011110110110001111010001001110110010011111011111011110110110111111011111010100010011111111011111011110110110111111010001001111010110011 | efa89fefbdb1e89d93efbdb7efa89fefbdb7e89eb3 |
| UHC | ??????螳 | 0011111100111111001111110011111100111111001111111101001111011001 | 3f3f3f3f3f3fd3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)