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 | ??先析 | 001111110011111110010000111001101001000011001101 | 3f3f90e690cd |
| EUC-JP | ?侁先析 | 0011111110001111101100001111110011000000111010001100000011001111 | 3f8fb0fcc0e8c0cf |
| UTF-8 | 卨侁先析 | 111001011000110110101000111001001011111010000001111001011000010110001000111001101001111010010000 | e58da8e4be81e58588e69e90 |
| UHC | 卨侁先析 | 1110000011011001111000111110000011100000101110111110000010110000 | e0d9e3e0e0bbe0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)