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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 漿?睛?G | 10011111111101110011111111100001110010110011111101000111 | 9ff73fe1cb3f47 |
EUC-JP | 漿?睛?G | 11011110111110010011111111100010110011010011111101000111 | def93fe2cd3f47 |
UTF-8 | 漿렔睛렠G | 11100110101111001011111111101011101000001001010011100111100111011001101111101011101000001010000001000111 | e6bcbfeba094e79d9beba0a047 |
UHC | 漿렔睛렠G | 111011011110110010001110101010011110111111101100100011101011000101000111 | edec8ea9efec8eb147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)