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 | 蠑。陲「郞 | 1110010110111100101000011110100010100010101000101111101110110110 | e5bca1e8a2a2fbb6 |
| EUC-JP | 蠑。陲「? | 111010101011111010001110101000011111000010100100100011101010001000111111 | eabe8ea1f0a48ea23f |
| UTF-8 | 蠑。陲「郞 | 111010001010000010010001111011111011110110100001111010011001100110110010111011111011110110100010111010011000001110011110 | e8a091efbda1e999b2efbda2e9839e |
| UHC | ????郞 | 001111110011111100111111001111111101010111001101 | 3f3f3f3fd5cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)