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 | 譯僞洸 | 111001101010000110011001010001011001111110101001 | e6a199459fa9 |
| EUC-JP | 譯僞洸 | 111011001010001111010001101001101101111010101011 | eca3d1a6deab |
| UTF-8 | 譯僞洸 | 111010001010110110101111111001011000001110011110111001101011010010111000 | e8adafe5839ee6b4b8 |
| UHC | 譯僞洸 | 111001101011101111101010110010101100111011001000 | e6bbeacacec8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)