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 | ?r?e | 00111111011100100011111101100101 | 3f723f65 |
SJIS-WIN | ?r?e | 00111111011100100011111101100101 | 3f723f65 |
EUC-JP | ?r?e | 00111111011100100011111101100101 | 3f723f65 |
UTF-8 | 횪r청e | 1110110110011010101010100111001011101100101100101010110101100101 | ed9aaa72ecb2ad65 |
UHC | 횪r청e | 110000111010000001110010110000111011101101100101 | c3a072c3bb65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)