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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 痙}痙{^ | 11100001011110100111110111100001011110100111101101011110 | e17a7de17a7b5e |
EUC-JP | 痙}痙{^ | 11100001110110110111110111100001110110110111101101011110 | e1db7de1db7b5e |
UTF-8 | 痙}痙{^ | 111001111001011110011001011111011110011110010111100110010111101101011110 | e797997de797997b5e |
UHC | 痙}痙{^ | 11001100111000100111110111001100111000100111101101011110 | cce27dcce27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)