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 | 紆夭? | 1110001011111100100110101110111000111111 | e2fc9aee3f |
| EUC-JP | 紆夭? | 1110010011111110110101001111000000111111 | e4fed4f03f |
| UTF-8 | 紆夭섍 | 111001111011010010000110111001011010010010101101111011001000010010001101 | e7b486e5a4adec848d |
| UHC | 紆夭섍 | 111010011110000111101000111011001001100011101010 | e9e1e8ec98ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)