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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 禎簿\ | 1001001011110101100101011110101101011100 | 92f595eb5c |
EUC-JP | 禎簿\ | 1100010011110111110010101110110101011100 | c4f7caed5c |
UTF-8 | 禎簿\ | 11100111101001101000111011100111101100001011111101011100 | e7a68ee7b0bf5c |
UHC | 禎簿\ | 1110111111101110110111011010110101011100 | efeeddad5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)