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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 竪足脱鱈竪 | 10010010010001111001000110101011100100100100010110010010010011001001001001000111 | 924791ab9245924c9247 |
EUC-JP | 竪足脱鱈竪 | 11000011101010001100001010101101110000111010011011000011101011011100001110101000 | c3a8c2adc3a6c3adc3a8 |
UTF-8 | 竪足脱鱈竪 | 111001111010101110101010111010001011011010110011111010001000010010110001111010011011000110001000111001111010101110101010 | e7abaae8b6b3e884b1e9b188e7abaa |
UHC | 竪足??竪 | 1110001010110101111100001110101100111111001111111110001010110101 | e2b5f0eb3f3fe2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)