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 | 敍}敍{^ | 10011101110001000111110110011101110001000111101101011110 | 9dc47d9dc47b5e |
EUC-JP | 敍}敍{^ | 11011010110001100111110111011010110001100111101101011110 | dac67ddac67b5e |
UTF-8 | 敍}敍{^ | 111001101001010110001101011111011110011010010101100011010111101101011110 | e6958d7de6958d7b5e |
UHC | 敍}敍{^ | 11011111111100110111110111011111111100110111101101011110 | dff37ddff37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)