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 | 묧~~ | 1110101110101100101001110111111001111110 | ebaca77e7e |
SJIS-WIN | ?¤~~ | 00111111100000011100101010000001100110000111111001111110 | 3f81ca81987e7e |
EUC-JP | 묧~~ | 100011111010101110110011101000101100110010100001111110000111111001111110 | 8fabb3a2cca1f87e7e |
UTF-8 | 묧~~ | 1100001110101011110000101010110011000010101001110111111001111110 | c3abc2acc2a77e7e |
UHC | ??§~~ | 001111110011111110100001110101110111111001111110 | 3f3fa1d77e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)