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 | 11100110110001101100101011111011101100101100010001000010 | e6c6cafbb2c442 |
EUC-JP | 貳ハ軏トB | 11101100110010001000111011001010100011111110000011011001100011101100010001000010 | ecc88eca8fe0d98ec442 |
UTF-8 | 貳ハ軏トB | 11101000101100101011001111101111101111101000101011101000101110111000111111101111101111101000010001000010 | e8b2b3efbe8ae8bb8fefbe8442 |
UHC | 貳???B | 111011001100001100111111001111110011111101000010 | ecc33f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)