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 | 陜ィ蛻 | 1110100010011101101010001110010110001000 | e89da8e588 |
EUC-JP | 陜ィ蛻 | 111011111111110110001110101010001110100111101000 | effd8ea8e9e8 |
UTF-8 | 陜ィ蛻 | 111010011001100110011100111011111011110110101000111010001001101110111011 | e9999cefbda8e89bbb |
UHC | 陜?? | 11111001111100000011111100111111 | f9f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)