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 | ?х?? | 0011111110000100100001110011111100111111 | 3f84873f3f |
| EUC-JP | ?х?? | 0011111110100111111001110011111100111111 | 3fa7e73f3f |
| UTF-8 | 驪х쐞廉 | 1110111110100110100001111101000110000101111011001001000010011110111011111010011010100010 | efa687d185ec909eefa6a2 |
| UHC | 驪х쐞廉 | 1110011010101111101011001110011110011100100001001110011011110101 | e6aface79c84e6f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)