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 | 陜」邃 | 1110100010011101101000111110001010000100 | e89da3e284 |
EUC-JP | 陜」邃 | 111011111111110110001110101000111110001111100100 | effd8ea3e3e4 |
UTF-8 | 陜」邃 | 111010011001100110011100111011111011110110100011111010011000001010000011 | e9999cefbda3e98283 |
UHC | 陜?邃 | 1111100111110000001111111110001011000101 | f9f03fe2c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)