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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 葯щ | 11100100110111101000010010001011 | e4de848b |
EUC-JP | 葯щ | 11101000111000001010011111101011 | e8e0a7eb |
UTF-8 | 葯щ | 1110100010010001101011111101000110001001 | e891afd189 |
UHC | 葯щ | 11100101101101011010110011101011 | e5b5aceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)