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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 鑄[鑄[^ | 11101000011010000101101111101000011010000101101101011110 | e8685be8685b5e |
EUC-JP | 鑄[鑄[^ | 11101111110010010101101111101111110010010101101101011110 | efc95befc95b5e |
UTF-8 | 鑄[鑄[^ | 111010011001000110000100010110111110100110010001100001000101101101011110 | e991845be991845b5e |
UHC | 鑄[鑄[^ | 11110001110100010101101111110001110100010101101101011110 | f1d15bf1d15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)