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 | º×¹Ã | 10111010110101111011100111000011 | bad7b9c3 |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | º×?à | 100011111010001011101011101000011101111100111111100011111010101010101010 | 8fa2eba1df3f8faaaa |
UTF-8 | º×¹Ã | 1100001010111010110000111001011111000010101110011100001110000011 | c2bac397c2b9c383 |
UHC | º×¹? | 10101000101011001010000110111111101010011111011000111111 | a8aca1bfa9f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)