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 | 俑?? | 10011000110110100011111100111111 | 98da3f3f |
| EUC-JP | 俑?? | 11010000110111000011111100111111 | d0dc3f3f |
| UTF-8 | 俑덃굢 | 111001001011111110010001111010111000110110000011111010101011010110100010 | e4bf91eb8d83eab5a2 |
| UHC | 俑덃굢 | 111010011011010110001000111001101000001010001001 | e9b588e68289 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)