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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邱倡擂遏坑 | 11100111101101111001100011100111100111011010010111100111100111111000110101000010 | e7b798e79da5e79f8d42 |
EUC-JP | 邱倡擂遏坑 | 11101110101110011101000011101001110110101010011111101110101000011011100110100011 | eeb9d0e9daa7eea1b9a3 |
UTF-8 | 邱倡擂遏坑 | 111010011000001010110001111001011000000010100001111001101001001110000010111010011000000110001111111001011001110110010001 | e982b1e580a1e69382e9818fe59d91 |
UHC | 邱倡??坑 | 1100111111001000111100111101101100111111001111111100101111010101 | cfc8f3db3f3fcbd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)