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 | º×òá | 10111010110101111111001011100001 | bad7f2e1 |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | º×òá | 1000111110100010111010111010000111011111100011111010101111010010100011111010101110100001 | 8fa2eba1df8fabd28faba1 |
UTF-8 | º×òá | 1100001010111010110000111001011111000011101100101100001110100001 | c2bac397c3b2c3a1 |
UHC | º×?? | 101010001010110010100001101111110011111100111111 | a8aca1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)