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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 兮跚徨 | 100110010110000111100110111001111001110001110010 | 9961e6e79c72 |
| EUC-JP | 兮跚徨 | 110100011100001011101100111010011101011111010011 | d1c2ece9d7d3 |
| UTF-8 | 兮跚徨 | 111001011000010110101110111010001011011110011010111001011011111010101000 | e585aee8b79ae5bea8 |
| UHC | 兮?徨 | 1111101110110001001111111111110011000111 | fbb13ffcc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)