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 | ðû¨l | 1111000011111011100011101010100001101100 | f0fb8ea86c |
SJIS-WIN | ???¨l | 001111110011111100111111100000010100111001101100 | 3f3f3f814e6c |
EUC-JP | ðû?¨l | 10001111101010011100001110001111101010111110010100111111101000011010111101101100 | 8fa9c38fabe53fa1af6c |
UTF-8 | ðû¨l | 110000111011000011000011101110111100001010001110110000101010100001101100 | c3b0c3bbc28ec2a86c |
UHC | ð??¨l | 10101001101000110011111100111111101000011010011101101100 | a9a33f3fa1a76c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)