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 | ?bQ] | 00111111011000100101000101011101 | 3f62515d |
SJIS-WIN | 脱bQ] | 1001001001000101011000100101000101011101 | 924562515d |
EUC-JP | 脱bQ] | 1100001110100110011000100101000101011101 | c3a662515d |
UTF-8 | 脱bQ] | 111010001000010010110001011000100101000101011101 | e884b162515d |
UHC | ?bQ] | 00111111011000100101000101011101 | 3f62515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)