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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 靭?姐蝎 | 10010000011110000011111110001000101101111110010110011001 | 90783f88b7e599 |
EUC-JP | 靭?姐蝎 | 10111111110110010011111110110000101110011110100111111001 | bfd93fb0b9e9f9 |
UTF-8 | 靭렰姐蝎 | 111010011001110110101101111010111010000010110000111001011010011110010000111010001001110110001110 | e99dadeba0b0e5a790e89d8e |
UHC | 靭렰姐蝎 | 1110110011100101100011101011110111101110101110111100101011101001 | ece58ebdeebbcae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)