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 | 鵝??楢? | 11101010010000000011111100111111100100111110100000111111 | ea403f3f93e83f |
| EUC-JP | 鵝??楢? | 11110011101000010011111100111111110001101110101000111111 | f3a13f3fc6ea3f |
| UTF-8 | 鵝얜굟楢풟 | 111010011011010110011101111011001001011010011100111010101011010110011111111001101010010110100010111011011001001010011111 | e9b59dec969ceab59fe6a5a2ed929f |
| UHC | 鵝얜굟楢풟 | 11100100101111011011111011101011100000101000011111101010111110011011111101000010 | e4bdbeeb8287eaf9bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)