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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陜」蝟懷シ | 1110100010011101101000111110010110010110100111001110010110111100 | e89da3e5969ce5bc |
EUC-JP | 陜」蝟懷シ | 11101111111111011000111010100011111010011111011011011000111001111000111010111100 | effd8ea3e9f6d8e78ebc |
UTF-8 | 陜」蝟懷シ | 111010011001100110011100111011111011110110100011111010001001110110011111111001101000011110110111111011111011110110111100 | e9999cefbda3e89d9fe687b7efbdbc |
UHC | 陜?蝟懷? | 1111100111110000001111111110101011011010111111001110001100111111 | f9f03feadafce33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)