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 | 111110110101000110001010010101111111101101010001100010100100111001000010 | fb518a57fb518a4e42 |
| EUC-JP | 炅蓋炅劾B | 1000111111001001110010101011001110111000100011111100100111001010101100111010111101000010 | 8fc9cab3b88fc9cab3af42 |
| UTF-8 | 炅蓋炅劾B | 11100111100000101000010111101000100100111000101111100111100000101000010111100101100010101011111001000010 | e78285e8938be78285e58abe42 |
| UHC | 炅蓋炅劾B | 110011001101110111001011110011111100110011011101111110101011011001000010 | ccddcbcfccddfab642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)