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 | ????O^ | 001111110011111100111111001111110100111101011110 | 3f3f3f3f4f5e |
| SJIS-WIN | 蠍エ隶釘O^ | 111001011011011010110100111010001010111010010011010000100100111101011110 | e5b6b4e8ae93424f5e |
| EUC-JP | 蠍エ隶釘O^ | 11101010101110001000111010110100111100001011000011000101101000110100111101011110 | eab88eb4f0b0c5a34f5e |
| UTF-8 | 蠍エ隶釘O^ | 1110100010100000100011011110111110111101101101001110100110011010101101101110100110000111100110000100111101011110 | e8a08defbdb4e99ab6e987984f5e |
| UHC | ???釘O^ | 00111111001111110011111111101111111110010100111101011110 | 3f3f3feff94f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)