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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鄭梨鄭悧^ | 100100110100000110010111100111001001001101000001100111001010010001011110 | 9341979c93419ca45e |
EUC-JP | 鄭梨鄭悧^ | 110001011010001011001101111111001100010110100010110110001010011001011110 | c5a2cdfcc5a2d8a65e |
UTF-8 | 鄭梨鄭悧^ | 11101001100001001010110111100110101000101010100011101001100001001010110111100110100000101010011101011110 | e984ade6a2a8e984ade682a75e |
UHC | 鄭梨鄭悧^ | 111011111111011111010111110111101110111111110111110101111101110001011110 | eff7d7deeff7d7dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)