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 | º×Ç | 10111010110101111000111111000111 | bad78fc7 |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | º×?Ç | 100011111010001011101011101000011101111100111111100011111010101010101110 | 8fa2eba1df3f8faaae |
UTF-8 | º×Ç | 1100001010111010110000111001011111000010100011111100001110000111 | c2bac397c28fc387 |
UHC | º×?? | 101010001010110010100001101111110011111100111111 | a8aca1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)