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 | ?rE?rEB | 00111111011100100100010100111111011100100100010101000010 | 3f72453f724542 |
SJIS-WIN | ?rE?rEB | 00111111011100100100010100111111011100100100010101000010 | 3f72453f724542 |
EUC-JP | ?rE?rEB | 00111111011100100100010100111111011100100100010101000010 | 3f72453f724542 |
UTF-8 | 혺rE혺rEB | 1110110110011000101110100111001001000101111011011001100010111010011100100100010101000010 | ed98ba7245ed98ba724542 |
UHC | 혺rE혺rEB | 110000101001111101110010010001011100001010011111011100100100010101000010 | c29f7245c29f724542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)