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{d | 001111110011111100111111011100100111101101100100 | 3f3f3f727b64 |
SJIS-WIN | 啼跫鵈r{d | 100110100110010111100110111011011110100111111100011100100111101101100100 | 9a65e6ede9fc727b64 |
EUC-JP | 啼跫鵈r{d | 110100111100011011101100111011111111001011111110011100100111101101100100 | d3c6eceff2fe727b64 |
UTF-8 | 啼跫鵈r{d | 111001011001010110111100111010001011011110101011111010011011010110001000011100100111101101100100 | e595bce8b7abe9b588727b64 |
UHC | 啼??r{d | 11110000101001100011111100111111011100100111101101100100 | f0a63f3f727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)