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 | ð®³\ | 1111000010101110100011101011001101011100 | f0ae8eb35c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | ð®??\ | 100011111010100111000011100011111010001011101110001111110011111101011100 | 8fa9c38fa2ee3f3f5c |
UTF-8 | ð®³\ | 110000111011000011000010101011101100001010001110110000101011001101011100 | c3b0c2aec28ec2b35c |
UHC | ð®?³\ | 1010100110100011101000101110011100111111101010011111100001011100 | a9a3a2e73fa9f85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)