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 | 韆コム笹料 | 1110100011100110101110101101000110001101111110011001011110111111 | e8e6bad18df997bf |
| EUC-JP | 韆コム笹料 | 11110000111010001000111010111010100011101101000110111010111110111100111011000001 | f0e88eba8ed1bafbcec1 |
| UTF-8 | 韆コム笹料 | 111010011001111110000110111011111011110110111010111011111011111010010001111001111010110010111001111001101001011010011001 | e99f86efbdbaefbe91e7acb9e69699 |
| UHC | 韆??笹料 | 1111010011000111001111110011111111100001101010111101011011111001 | f4c73f3fe1abd6f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)