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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| UTF-8 | 뺺섅쀪얅 | 111010111011101010111010111011001000010010000101111011001000000010101010111011001001011010000101 | ebbabaec8485ec80aaec9685 |
| UHC | 뺺섅쀪얅 | 1001011001000011100110001110001110010111111010101001110111110100 | 964398e397ea9df4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)