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 | º×å´ | 10111010110101111110010110110100 | bad7e5b4 |
SJIS-WIN | ?×?´ | 001111111000000101111110001111111000000101001100 | 3f817e3f814c |
EUC-JP | º×å´ | 10001111101000101110101110100001110111111000111110101011101010011010000110101101 | 8fa2eba1df8faba9a1ad |
UTF-8 | º×å´ | 1100001010111010110000111001011111000011101001011100001010110100 | c2bac397c3a5c2b4 |
UHC | º×?´ | 10101000101011001010000110111111001111111010001010100101 | a8aca1bf3fa2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)