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 | t}t{^ | 10011101011101000111110110011101011101000111101101011110 | 9d747d9d747b5e |
SJIS-WIN | ?t}?t{^ | 00111111011101000111110100111111011101000111101101011110 | 3f747d3f747b5e |
EUC-JP | ?t}?t{^ | 00111111011101000111110100111111011101000111101101011110 | 3f747d3f747b5e |
UTF-8 | t}t{^ | 110000101001110101110100011111011100001010011101011101000111101101011110 | c29d747dc29d747b5e |
UHC | ?t}?t{^ | 00111111011101000111110100111111011101000111101101011110 | 3f747d3f747b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)