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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鏃?佇? | 111010000101011000111111100110001100100000111111 | e8563f98c83f |
EUC-JP | 鏃?佇? | 111011111011011100111111110100001100101000111111 | efb73fd0ca3f |
UTF-8 | 鏃렮佇렑 | 111010011000111110000011111010111010000010101110111001001011110110000111111010111010000010010001 | e98f83eba0aee4bd87eba091 |
UHC | 鏃렮佇렑 | 1111000011101100100011101011101111101110101101111000111010100110 | f0ec8ebbeeb78ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)