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 | ?匿烹解 | 00111111100100111011110110010110010000101000100111110000 | 3f93bd964289f0 |
| EUC-JP | 邕匿烹解 | 100011111110000111101101110001101011111111001011101000111011001011110010 | 8fe1edc6bfcba3b2f2 |
| UTF-8 | 邕匿烹解 | 111010011000001010010101111001011000110010111111111001111000001110111001111010001010011110100011 | e98295e58cbfe783b9e8a7a3 |
| UHC | 邕匿烹解 | 1110100010111011110100101111101111111000101100101111101010110000 | e8bbd2fbf8b2fab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)