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 | ??徇恂^ | 00111111001111111001110001101101100111001001011001011110 | 3f3f9c6d9c965e |
EUC-JP | ??徇恂^ | 00111111001111111101011111001110110101111111011001011110 | 3f3fd7ced7f65e |
UTF-8 | 롙롘徇恂^ | 11101011101000011001100111101011101000011001100011100101101111101000011111100110100000011000001001011110 | eba199eba198e5be87e681825e |
UHC | 롙롘徇恂^ | 100011101101110110001110110111001110001011011111111000101110000101011110 | 8edd8edce2dfe2e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)