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 | ðû¨Y | 1111000011111011100011101010100001011001 | f0fb8ea859 |
SJIS-WIN | ???¨Y | 001111110011111100111111100000010100111001011001 | 3f3f3f814e59 |
EUC-JP | ðû?¨Y | 10001111101010011100001110001111101010111110010100111111101000011010111101011001 | 8fa9c38fabe53fa1af59 |
UTF-8 | ðû¨Y | 110000111011000011000011101110111100001010001110110000101010100001011001 | c3b0c3bbc28ec2a859 |
UHC | ð??¨Y | 10101001101000110011111100111111101000011010011101011001 | a9a33f3fa1a759 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)