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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 億????? | 10001001101011010011111100111111001111110011111100111111 | 89ad3f3f3f3f3f |
| EUC-JP | 億????? | 10110010101011110011111100111111001111110011111100111111 | b2af3f3f3f3f3f |
| UTF-8 | 億뤴벂留쏙쭓 | 111001011000010010000100111010111010010010110100111010111011001010000010111011111010011110001101111011001000111110011001111011001010110110010011 | e58484eba4b4ebb282efa78dec8f99ecad93 |
| UHC | 億뤴벂留쏙쭓 | 111001011110001010001111111000101001001110101000111010111010011110111101111011111010011110001011 | e5e28fe293a8eba7bdefa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)