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 | 慥f | 10011100110100101000001010000110 | 9cd28286 |
EUC-JP | 慥f | 11011000110101001010001111100110 | d8d4a3e6 |
UTF-8 | 慥f | 111001101000010110100101111011111011110110000110 | e685a5efbd86 |
UHC | ?f | 001111111010001111100110 | 3fa3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)