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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 巍叔?鎖 | 10011011110110011000111101100110001111111000110110111101 | 9bd98f663f8dbd |
| EUC-JP | 巍叔?鎖 | 11010110110110111011110111000111001111111011101010111111 | d6dbbdc73fbabf |
| UTF-8 | 巍叔硏鎖 | 111001011011011110001101111001011000111110010100111001111010000110001111111010011000111010010110 | e5b78de58f94e7a18fe98e96 |
| UHC | 巍叔硏鎖 | 1110100011100100111000101101001011100110110110101110000111110000 | e8e4e2d2e6dae1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)