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 | ð®³^ | 1111000010101110100011101011001101011110 | f0ae8eb35e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ð®??^ | 100011111010100111000011100011111010001011101110001111110011111101011110 | 8fa9c38fa2ee3f3f5e |
UTF-8 | ð®³^ | 110000111011000011000010101011101100001010001110110000101011001101011110 | c3b0c2aec28ec2b35e |
UHC | ð®?³^ | 1010100110100011101000101110011100111111101010011111100001011110 | a9a3a2e73fa9f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)