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 | ?????EQ | 00111111001111110011111100111111001111110100010101010001 | 3f3f3f3f3f4551 |
SJIS-WIN | 乙??至?EQ | 100010011011001100111111001111111000111010001010001111110100010101010001 | 89b33f3f8e8a3f4551 |
EUC-JP | 乙??至?EQ | 101100101011010100111111001111111011101111101010001111110100010101010001 | b2b53f3fbbea3f4551 |
UTF-8 | 乙재헬至렭EQ | 1110010010111001100110011110110010011110101011001110110110010111101011001110100010000111101100111110101110100000101011010100010101010001 | e4b999ec9eaced97ace887b3eba0ad4551 |
UHC | 乙재헬至렭EQ | 111010111110000011000000111001111100011111101111111100101011100010001110101110100100010101010001 | ebe0c0e7c7eff2b88eba4551 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)