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 | 莨粋恭粳 | 1110010010111100100100001000100010001011101100011110001011101001 | e4bc90888bb1e2e9 |
| EUC-JP | 莨粋恭粳 | 1110100010111110101111111110100010110110101100111110010011101011 | e8bebfe8b6b3e4eb |
| UTF-8 | 莨粋恭粳 | 111010001000111010101000111001111011001010001011111001101000000110101101111001111011001010110011 | e88ea8e7b28be681ade7b2b3 |
| UHC | ??恭粳 | 001111110011111111001101111100011100101111010111 | 3f3fcdf1cbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)