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 | 10010000101001110011111110001110100010100011111101000010 | 90a73f8e8a3f42 |
EUC-JP | 制?至?B | 11000000101010010011111110111011111010100011111101000010 | c0a93fbbea3f42 |
UTF-8 | 制렠至렔B | 11100101100010001011011011101011101000001010000011101000100001111011001111101011101000001001010001000010 | e588b6eba0a0e887b3eba09442 |
UHC | 制렠至렔B | 111100001010010010001110101100011111001010111000100011101010100101000010 | f0a48eb1f2b88ea942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)