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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 偕?? | 10011000111100010011111100111111 | 98f13f3f |
| EUC-JP | 偕?? | 11010000111100110011111100111111 | d0f33f3f |
| UTF-8 | 偕맦몀 | 111001011000000110010101111010111010011110100110111010111010101010000000 | e58195eba7a6ebaa80 |
| UHC | 偕맦몀 | 111110101010010110010000101011111001000101101101 | faa590af916d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)