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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??恒^ | 0011111100111111100011010101000001011110 | 3f3f8d505e |
EUC-JP | ??恒^ | 0011111100111111101110011011000101011110 | 3f3fb9b15e |
UTF-8 | 괄驪恒^ | 11101010101101001000010011101111101001101000011111100110100000011001001001011110 | eab484efa687e681925e |
UHC | 괄驪恒^ | 10110000111111011110011010101111111110011111011001011110 | b0fde6aff9f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)