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 | ???oB | 0011111100111111001111110110111101000010 | 3f3f3f6f42 |
SJIS-WIN | 叩存叩oB | 1001001001000000100100011011011010010010010000000110111101000010 | 924091b692406f42 |
EUC-JP | 叩存叩oB | 1100001110100001110000101011100011000011101000010110111101000010 | c3a1c2b8c3a16f42 |
UTF-8 | 叩存叩oB | 1110010110001111101010011110010110101101100110001110010110001111101010010110111101000010 | e58fa9e5ad98e58fa96f42 |
UHC | 叩存叩oB | 1100110110110000111100001110110111001101101100000110111101000010 | cdb0f0edcdb06f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)