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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 制?池?B | 10010000101001110011111110010010011100100011111101000010 | 90a73f92723f42 |
EUC-JP | 制?池?B | 11000000101010010011111111000011110100110011111101000010 | c0a93fc3d33f42 |
UTF-8 | 制렠池렞B | 11100101100010001011011011101011101000001010000011100110101100011010000011101011101000001001111001000010 | e588b6eba0a0e6b1a0eba09e42 |
UHC | 制렠池렞B | 111100001010010010001110101100011111001010101110100011101010111101000010 | f0a48eb1f2ae8eaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)