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 | 侑??嚥?? | 1001100011010000001111110011111110011010100010110011111100111111 | 98d03f3f9a8b3f3f |
| EUC-JP | 侑??嚥?? | 1101000011010010001111110011111111010011111010110011111100111111 | d0d23f3fd3eb3f3f |
| UTF-8 | 侑대쨹嚥⒴븦 | 111001001011111010010001111010111000110010000000111011001010100010111001111001011001101010100101111000101001001010110100111010111011100010100110 | e4be91eb8c80eca8b9e59aa5e292b4ebb8a6 |
| UHC | 侑대쨹嚥⒴븦 | 111010101110001010110100111010111010010010010011111001101011111110101001111001011001010110001111 | eae2b4eba493e6bfa9e5958f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)