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 | ??E\ | 00111111001111110100010101011100 | 3f3f455c |
SJIS-WIN | 縡?E\ | 1110001101110001001111110100010101011100 | e3713f455c |
EUC-JP | 縡?E\ | 1110010111010010001111110100010101011100 | e5d23f455c |
UTF-8 | 縡렕E\ | 1110011110111000101000011110101110100000100101010100010101011100 | e7b8a1eba095455c |
UHC | 縡렕E\ | 111011101010110110001110101010100100010101011100 | eead8eaa455c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)