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 | 際???∽ | 10001101110110110011111100111111001111111000000111100100 | 8ddb3f3f3f81e4 |
| EUC-JP | 際?饔?∽ | 101110101101110100111111100011111110100011101111001111111010001011100110 | badd3f8fe8ef3fa2e6 |
| UTF-8 | 際렧饔뜹∽ | 111010011001101010011011111010111010000010100111111010011010010110010100111010111001110010111001111000101000100010111101 | e99a9beba0a7e9a594eb9cb9e288bd |
| UHC | 際렧饔뜹∽ | 11110000101101111000111010110110111010001011110110110110111001011010000111101111 | f0b78eb6e8bdb6e5a1ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)