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 | ??C | 001111110011111101000011 | 3f3f43 |
SJIS-WIN | 劑?C | 10011001100111010011111101000011 | 999d3f43 |
EUC-JP | 劑?C | 11010001111111010011111101000011 | d1fd3f43 |
UTF-8 | 劑렫C | 11100101100010101001000111101011101000001010101101000011 | e58a91eba0ab43 |
UHC | 劑렫C | 1111000010100101100011101011100101000011 | f0a58eb943 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)