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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 傲??馭? | 10011000111111000011111100111111111010010110011000111111 | 98fc3f3fe9663f |
| EUC-JP | 傲??馭? | 11010000111111100011111100111111111100011100011100111111 | d0fe3f3ff1c73f |
| UTF-8 | 傲뉑뉵馭쵢 | 111001011000001010110010111010111000100110010001111010111000100110110101111010011010011010101101111011001011010110100010 | e582b2eb8991eb89b5e9a6adecb5a2 |
| UHC | 傲뉑뉵馭쵢 | 11100111111011001000011111100110101101001011101111100101110111111010110101000010 | e7ec87e6b4bbe5dfad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)