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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| UTF-8 | 練롕렧롖롗 | 111011111010011010010110111010111010000110010101111010111010000010100111111010111010000110010110111010111010000110010111 | efa696eba195eba0a7eba196eba197 |
| UHC | 練롕렧롖롗 | 11100110110111111000111011011001100011101011011010001110110110101000111011011011 | e6df8ed98eb68eda8edb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)