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 | 賊短造巽 | 1001000110101111100100100101101010010001101000101001001001000110 | 91af925a91a29246 |
EUC-JP | 賊短造巽 | 1100001010110001110000111011101111000010101001001100001110100111 | c2b1c3bbc2a4c3a7 |
UTF-8 | 賊短造巽 | 111010001011001110001010111001111001111110101101111010011000000010100000111001011011011110111101 | e8b38ae79fade980a0e5b7bd |
UHC | 賊短造巽 | 1110111011100100110100111010110111110000111000111110000111011110 | eee4d3adf0e3e1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)