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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| EUC-JP | 縕??? | 100011111101010011000010001111110011111100111111 | 8fd4c23f3f3f |
| UTF-8 | 縕욅콬溜 | 111001111011100010010101111011001001101010000101111011001011110110101100111011111010011110001011 | e7b895ec9a85ecbdacefa78b |
| UHC | 縕욅콬溜 | 1110100010110010100111101110011110110001101000001110101011111110 | e8b29ee7b1a0eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)