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 | 岦咒豆^ | 11111010101011001001100111101110100100111010010001011110 | faac99ee93a45e |
EUC-JP | 岦咒豆^ | 1000111110111011101100111101001011110000110001101010011001011110 | 8fbbb3d2f0c6a65e |
UTF-8 | 岦咒豆^ | 11100101101100101010011011100101100100101001001011101000101100011000011001011110 | e5b2a6e59292e8b1865e |
UHC | ??豆^ | 0011111100111111110101001110011101011110 | 3f3fd4e75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)