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 | 驕ス蜷ク | 111010011000000110111101111001011001000010111000 | e981bde590b8 |
| EUC-JP | 驕ス蜷ク | 1111000111100001100011101011110111101001111100001000111010111000 | f1e18ebde9f08eb8 |
| UTF-8 | 驕ス蜷ク | 111010011010100110010101111011111011110110111101111010001001110010110111111011111011110110111000 | e9a995efbdbde89cb7efbdb8 |
| UHC | 驕??? | 1100111011110110001111110011111100111111 | cef63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)