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 | 攸?? | 10011101101111110011111100111111 | 9dbf3f3f |
| EUC-JP | 攸?? | 11011010110000010011111100111111 | dac13f3f |
| UTF-8 | 攸믧쨰 | 111001101001010010111000111010111010111110100111111011001010100010110000 | e694b8ebafa7eca8b0 |
| UHC | 攸믧쨰 | 111010101111001010010010111010011010010010001010 | eaf292e9a48a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)