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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 鱈脱造c^ | 1001001001001100100100100100010110010001101000100110001101011110 | 924c924591a2635e |
EUC-JP | 鱈脱造c^ | 1100001110101101110000111010011011000010101001000110001101011110 | c3adc3a6c2a4635e |
UTF-8 | 鱈脱造c^ | 1110100110110001100010001110100010000100101100011110100110000000101000000110001101011110 | e9b188e884b1e980a0635e |
UHC | ??造c^ | 001111110011111111110000111000110110001101011110 | 3f3ff0e3635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)