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 | 脱叩賊短 | 1001001001000101100100100100000010010001101011111001001001011010 | 9245924091af925a |
EUC-JP | 脱叩賊短 | 1100001110100110110000111010000111000010101100011100001110111011 | c3a6c3a1c2b1c3bb |
UTF-8 | 脱叩賊短 | 111010001000010010110001111001011000111110101001111010001011001110001010111001111001111110101101 | e884b1e58fa9e8b38ae79fad |
UHC | ?叩賊短 | 00111111110011011011000011101110111001001101001110101101 | 3fcdb0eee4d3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)