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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 倚耕宅制?B | 10011000110111111000110101101011100100011110111010010000101001110011111101000010 | 98df8d6b91ee90a73f42 |
EUC-JP | 倚耕宅制?B | 11010000111000011011100111001100110000101111000011000000101010010011111101000010 | d0e1b9ccc2f0c0a93f42 |
UTF-8 | 倚耕宅制렠B | 11100101100000001001101011101000100000001001010111100101101011101000010111100101100010001011011011101011101000001010000001000010 | e5809ae88095e5ae85e588b6eba0a042 |
UHC | 倚耕宅制렠B | 1110101111101111110011001110100111010011111010111111000010100100100011101011000101000010 | ebefcce9d3ebf0a48eb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)