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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
| SJIS-WIN | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
| EUC-JP | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
| UTF-8 | 吳밧툔吳밭돇F | 11100101100100001011001111101011101100001010011111101101100010001001010011100101100100001011001111101011101100001010110111101011100011111000011101000110 | e590b3ebb0a7ed8894e590b3ebb0adeb8f8746 |
| UHC | 吳밧툔吳밭돇F | 11100111111011111011100111100101101110001000101111100111111011111011100111100111100010011001100001000110 | e7efb9e5b88be7efb9e7899846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)