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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 篳蹊篳蹊B | 111000101100100011100110111111001110001011001000111001101111110001000010 | e2c8e6fce2c8e6fc42 |
| EUC-JP | 篳蹊篳蹊B | 111001001100101011101100111111101110010011001010111011001111111001000010 | e4caecfee4caecfe42 |
| UTF-8 | 篳蹊篳蹊B | 11100111101011111011001111101000101110011000101011100111101011111011001111101000101110011000101001000010 | e7afb3e8b98ae7afb3e8b98a42 |
| UHC | ?蹊?蹊B | 00111111111110111011011100111111111110111011011101000010 | 3ffbb73ffbb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)