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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跋廷ш粤 | 1110011011101011100100101110110010000100100010101110001011100011 | e6eb92ec848ae2e3 |
EUC-JP | 跋廷ш粤 | 1110110011101101110001001110111010100111111010101110010011100101 | ecedc4eea7eae4e5 |
UTF-8 | 跋廷ш粤 | 1110100010110111100010111110010110111011101101111101000110001000111001111011001010100100 | e8b78be5bbb7d188e7b2a4 |
UHC | 跋廷ш? | 11011011101000101110111111010101101011001110101000111111 | dba2efd5acea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)