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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 鼎???┌^ | 1001001101000011001111110011111100111111100001001010000101011110 | 93433f3f3f84a15e |
EUC-JP | 鼎???┌^ | 1100010110100100001111110011111100111111101010001010001101011110 | c5a43f3f3fa8a35e |
UTF-8 | 鼎陋렊흖┌^ | 11101001101111001000111011101111101001011001000111101011101000001000101011101101100111011001011011100010100101001000110001011110 | e9bc8eefa591eba08aed9d96e2948c5e |
UHC | 鼎陋렊흖┌^ | 1111000010100011110100101110101110001110101000011100100011101000101001101010001101011110 | f0a3d2eb8ea1c8e8a6a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)