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 | 111001101100011010011111111100011110011011000110100111111111000101000010 | e6c69ff1e6c69ff142 |
EUC-JP | 貳潁貳潁B | 111011001100100011011110111100111110110011001000110111101111001101000010 | ecc8def3ecc8def342 |
UTF-8 | 貳潁貳潁B | 11101000101100101011001111100110101111011000000111101000101100101011001111100110101111011000000101000010 | e8b2b3e6bd81e8b2b3e6bd8142 |
UHC | 貳潁貳潁B | 111011001100001111100111101110001110110011000011111001111011100001000010 | ecc3e7b8ecc3e7b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)