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 | 銷種攪粤 | 1110011111110111100011101110110110011101100110001110001011100011 | e7f78eed9d98e2e3 |
EUC-JP | 銷種攪粤 | 1110111011111001101111001110111111011001111110001110010011100101 | eef9bcefd9f8e4e5 |
UTF-8 | 銷種攪粤 | 111010011000101010110111111001111010100010101110111001101001010010101010111001111011001010100100 | e98ab7e7a8aee694aae7b2a4 |
UHC | 銷種攪? | 11100001110100011111000011111010110011101110011000111111 | e1d1f0facee63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)