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 | ツ湘敕ァ~ | 11000010100011111100001110011101110000111010011101111110 | c28fc39dc3a77e |
EUC-JP | ツ湘敕ァ~ | 100011101100001010111110110001011101101011000101100011101010011101111110 | 8ec2bec5dac58ea77e |
UTF-8 | ツ湘敕ァ~ | 11101111101111101000001011100110101110011001100011100110100101011001010111101111101111011010011101111110 | efbe82e6b998e69595efbda77e |
UHC | ?湘??~ | 001111111101111111001111001111110011111101111110 | 3fdfcf3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)