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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 驛??循?^ | 1110100110000011001111110011111110001111011110100011111101011110 | e9833f3f8f7a3f5e |
| EUC-JP | 驛??循?^ | 1111000111100011001111110011111110111101110110110011111101011110 | f1e33f3fbddb3f5e |
| UTF-8 | 驛노뎿循틌^ | 11101001101010011001101111101011100001011011100011101011100011101011111111100101101111101010101011101101100010111000110001011110 | e9a99beb85b8eb8ebfe5beaaed8b8c5e |
| UHC | 驛노뎿循틌^ | 1110011010111110101100111110101110001001100100101110001011100000101110100111010101011110 | e6beb3eb8992e2e0ba755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)