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 | 亨ε? | 1000101110011100100000111100001100111111 | 8b9c83c33f |
| EUC-JP | 亨ε? | 1011010111111100101001101100010100111111 | b5fca6c53f |
| UTF-8 | 亨εㅁ | 1110010010111010101010001100111010110101111000111000010110000001 | e4baa8ceb5e38581 |
| UHC | 亨εㅁ | 111110101111101110100101111001011010010010110001 | fafba5e5a4b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)