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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | ツ敕ィv | 1100001010011101110000111010100001110110 | c29dc3a876 |
EUC-JP | ツ敕ィv | 10001110110000101101101011000101100011101010100001110110 | 8ec2dac58ea876 |
UTF-8 | ツ敕ィv | 11101111101111101000001011100110100101011001010111101111101111011010100001110110 | efbe82e69595efbda876 |
UHC | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)