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 | 篌∬幻 | 111000101011101010000001111010001000110010110110 | e2ba81e88cb6 |
| EUC-JP | 篌∬幻 | 111001001011110010100010111010101011100010111000 | e4bca2eab8b8 |
| UTF-8 | 篌∬幻 | 111001111010111110001100111000101000100010101100111001011011100110111011 | e7af8ce288ace5b9bb |
| UHC | ?∬幻 | 0011111110100001111100111111110010110011 | 3fa1f3fcb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)