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 | ワ熙エ | 111100001110000111011100111010101010010010110100 | f0e1dceaa4b4 |
EUC-JP | ?ワ熙エ | 00111111100011101101110011110100101001101000111010110100 | 3f8edcf4a68eb4 |
UTF-8 | ワ熙エ | 111011101000001010100000111011111011111010011100111001111000011010011001111011111011110110110100 | ee82a0efbe9ce78699efbdb4 |
UHC | ??熙? | 0011111100111111111111011111011100111111 | 3f3ffdf73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)