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 | ??d] | 00111111001111110110010001011101 | 3f3f645d |
SJIS-WIN | 偲磁d] | 100011101100001110001110101001010110010001011101 | 8ec38ea5645d |
EUC-JP | 偲磁d] | 101111001100010110111100101001110110010001011101 | bcc5bca7645d |
UTF-8 | 偲磁d] | 1110010110000001101100101110011110100011100000010110010001011101 | e581b2e7a381645d |
UHC | ?磁d] | 0011111111101101101110000110010001011101 | 3fedb8645d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)