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}?C{^ | 00111111010000110111110100111111010000110111101101011110 | 3f437d3f437b5e |
SJIS-WIN | ?C}?C{^ | 00111111010000110111110100111111010000110111101101011110 | 3f437d3f437b5e |
EUC-JP | ?C}?C{^ | 00111111010000110111110100111111010000110111101101011110 | 3f437d3f437b5e |
UTF-8 | 묨C}묨C{^ | 1110101110101100101010000100001101111101111010111010110010101000010000110111101101011110 | ebaca8437debaca8437b5e |
UHC | 묨C}묨C{^ | 100100100100000101000011011111011001001001000001010000110111101101011110 | 9241437d9241437b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)