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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 軏基桝\ | 11111011101100101000101011101110100101101001000101011100 | fbb28aee96915c |
EUC-JP | 軏基桝\ | 1000111111100000110110011011010011110000110010111111000101011100 | 8fe0d9b4f0cbf15c |
UTF-8 | 軏基桝\ | 11101000101110111000111111100101100111111011101011100110101000011001110101011100 | e8bb8fe59fbae6a19d5c |
UHC | ?基?\ | 0011111111010000111100010011111101011100 | 3fd0f13f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)