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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邱冶ィ | 1110011110110111100101101110100010101000 | e7b796e8a8 |
EUC-JP | 邱冶ィ | 111011101011100111001100111010101000111010101000 | eeb9ccea8ea8 |
UTF-8 | 邱冶ィ | 111010011000001010110001111001011000011010110110111011111011110110101000 | e982b1e586b6efbda8 |
UHC | 邱冶? | 1100111111001000111001011010011100111111 | cfc8e5a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)