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 | 爾?? | 10001110101000100011111100111111 | 8ea23f3f |
| EUC-JP | 爾?? | 10111100101001000011111100111111 | bca43f3f |
| UTF-8 | 爾재렜 | 111001111000100010111110111011001001111010101100111010111010000010011100 | e788beec9eaceba09c |
| UHC | 爾재렜 | 111011001011001111000000111001111000111010101110 | ecb3c0e78eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)