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 | ???二? | 001111110011111100111111100100111111000100111111 | 3f3f3f93f13f |
| EUC-JP | ???二? | 001111110011111100111111110001101111001100111111 | 3f3f3fc6f33f |
| UTF-8 | 롚렔롕二롛 | 111010111010000110011010111010111010000010010100111010111010000110010101111001001011101010001100111010111010000110011011 | eba19aeba094eba195e4ba8ceba19b |
| UHC | 롚렔롕二롛 | 10001110110111101000111010101001100011101101100111101100101000111000111011011111 | 8ede8ea98ed9eca38edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)