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 | 紆舌? | 1110001011111100100100001110001100111111 | e2fc90e33f |
| EUC-JP | 紆舌? | 1110010011111110110000001110010100111111 | e4fec0e53f |
| UTF-8 | 紆舌蟬 | 111001111011010010000110111010001000100010001100111010001001111110101100 | e7b486e8888ce89fac |
| UHC | 紆舌蟬 | 111010011110000111100000110111111110000011010001 | e9e1e0dfe0d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)