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 | 1111000011111011100011101010111101011010 | f0fb8eaf5a |
SJIS-WIN | ????Z | 0011111100111111001111110011111101011010 | 3f3f3f3f5a |
EUC-JP | ðû?¯Z | 1000111110101001110000111000111110101011111001010011111110001111101000101011010001011010 | 8fa9c38fabe53f8fa2b45a |
UTF-8 | ðû¯Z | 110000111011000011000011101110111100001010001110110000101010111101011010 | c3b0c3bbc28ec2af5a |
UHC | ð???Z | 101010011010001100111111001111110011111101011010 | a9a33f3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)