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 | ÂûIÑ | 1000111111000010111110110100100111010001 | 8fc2fb49d1 |
SJIS-WIN | ???I? | 0011111100111111001111110100100100111111 | 3f3f3f493f |
EUC-JP | ?ÂûIÑ | 0011111110001111101010101010010010001111101010111110010101001001100011111010101011010000 | 3f8faaa48fabe5498faad0 |
UTF-8 | ÂûIÑ | 110000101000111111000011100000101100001110111011010010011100001110010001 | c28fc382c3bb49c391 |
UHC | ???I? | 0011111100111111001111110100100100111111 | 3f3f3f493f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)