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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 航??航?? | 1000110101110001001111110011111110001101011100010011111100111111 | 8d713f3f8d713f3f |
| EUC-JP | 航??航?? | 1011100111010010001111110011111110111001110100100011111100111111 | b9d23f3fb9d23f3f |
| UTF-8 | 航쀮궙航쀮궙 | 111010001000100010101010111011001000000010101110111010101011011010011001111010001000100010101010111011001000000010101110111010101011011010011001 | e888aaec80aeeab699e888aaec80aeeab699 |
| UHC | 航쀮궙航쀮궙 | 111110011111111010010111111011101000001010101110111110011111111010010111111011101000001010101110 | f9fe97ee82aef9fe97ee82ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)