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 | 烏?烏?^ | 10001001010001110011111110001001010001110011111101011110 | 89473f89473f5e |
EUC-JP | 烏?烏?^ | 10110001101010000011111110110001101010000011111101011110 | b1a83fb1a83f5e |
UTF-8 | 烏쌖烏쌖^ | 11100111100000111000111111101100100011001001011011100111100000111000111111101100100011001001011001011110 | e7838fec8c96e7838fec8c965e |
UHC | 烏쌖烏쌖^ | 111010001010000110011011010001001110100010100001100110110100010001011110 | e8a19b44e8a19b445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)