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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | 貅城カサ~ | 11100110101110101000111111101001101101101011101101111110 | e6ba8fe9b6bb7e |
EUC-JP | 貅城カサ~ | 111011001011110010111110111010111000111010110110100011101011101101111110 | ecbcbeeb8eb68ebb7e |
UTF-8 | 貅城カサ~ | 11101000101100101000010111100101100111111000111011101111101111011011011011101111101111011011101101111110 | e8b285e59f8eefbdb6efbdbb7e |
UHC | ?城??~ | 001111111110000011110010001111110011111101111110 | 3fe0f23f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)