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 | ð¦¥ûZ | 111100001010011010001110101001011111101101011010 | f0a68ea5fb5a |
SJIS-WIN | ???¥?Z | 00111111001111110011111110000001100011110011111101011010 | 3f3f3f818f3f5a |
EUC-JP | ð¦??ûZ | 100011111010100111000011100011111010001011000011001111110011111110001111101010111110010101011010 | 8fa9c38fa2c33f3f8fabe55a |
UTF-8 | ð¦¥ûZ | 1100001110110000110000101010011011000010100011101100001010100101110000111011101101011010 | c3b0c2a6c28ec2a5c3bb5a |
UHC | ð????Z | 10101001101000110011111100111111001111110011111101011010 | a9a33f3f3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)