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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 薤拷湿 | 111001010100010110001101100010011000111010111100 | e5458d898ebc |
| EUC-JP | 薤拷湿 | 111010011010011010111001111010011011110010111110 | e9a6b9e9bcbe |
| UTF-8 | 薤拷湿 | 111010001001011010100100111001101000101110110111111001101011100110111111 | e896a4e68bb7e6b9bf |
| UHC | ?拷? | 00111111110011011011100000111111 | 3fcdb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)