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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 慂??潁 | 100111001100100000111111001111111001111111110001 | 9cc83f3f9ff1 |
EUC-JP | 慂??潁 | 110110001100101000111111001111111101111011110011 | d8ca3f3fdef3 |
UTF-8 | 慂롫젵潁 | 111001101000010110000010111010111010000110101011111011001010000010110101111001101011110110000001 | e68582eba1abeca0b5e6bd81 |
UHC | 慂롫젵潁 | 1110100110111101100011101110101110100000101010011110011110111000 | e9bd8eeba0a9e7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)