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 | 豫???? | 100110001010110000111111001111110011111100111111 | 98ac3f3f3f3f |
| EUC-JP | 豫??靷? | 1101000010101110001111110011111110001111111001111011110100111111 | d0ae3f3f8fe7bd3f |
| UTF-8 | 豫명쓼靷륛 | 111010001011000110101011111010111010101010000101111011001001001110111100111010011001110110110111111010111010010110011011 | e8b1abebaa85ec93bce99db7eba59b |
| UHC | 豫명쓼靷륛 | 11100111111000111011100011101101100111011001011111101100111001101001000001000010 | e7e3b8ed9d97ece69042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)