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 | 肄?濤 | 1110001111100101001111111001111110110111 | e3e53f9fb7 |
| EUC-JP | 肄?濤 | 1110011011100111001111111101111010111001 | e6e73fdeb9 |
| UTF-8 | 肄쇼濤 | 111010001000001010000100111011001000011110111100111001101011111110100100 | e88284ec87bce6bfa4 |
| UHC | 肄쇼濤 | 111011001011110110111100111011101101010010100110 | ecbdbceed4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)