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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 竪足脱鱈 | 1001001001000111100100011010101110010010010001011001001001001100 | 924791ab9245924c |
EUC-JP | 竪足脱鱈 | 1100001110101000110000101010110111000011101001101100001110101101 | c3a8c2adc3a6c3ad |
UTF-8 | 竪足脱鱈 | 111001111010101110101010111010001011011010110011111010001000010010110001111010011011000110001000 | e7abaae8b6b3e884b1e9b188 |
UHC | 竪足?? | 111000101011010111110000111010110011111100111111 | e2b5f0eb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)