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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 豎眷豎眷^ | 111001101011000111100001110001011110011010110001111000011100010101011110 | e6b1e1c5e6b1e1c55e |
EUC-JP | 豎眷豎眷^ | 111011001011001111100010110001111110110010110011111000101100011101011110 | ecb3e2c7ecb3e2c75e |
UTF-8 | 豎眷豎眷^ | 11101000101100011000111011100111100111001011011111101000101100011000111011100111100111001011011101011110 | e8b18ee79cb7e8b18ee79cb75e |
UHC | ?眷?眷^ | 00111111110011111110111100111111110011111110111101011110 | 3fcfef3fcfef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)