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 | ?Qx | 001111110101000101111000 | 3f5178 |
SJIS-WIN | 直Qx | 10010010101111000101000101111000 | 92bc5178 |
EUC-JP | 直Qx | 11000100101111100101000101111000 | c4be5178 |
UTF-8 | 直Qx | 1110011110011011101101000101000101111000 | e79bb45178 |
UHC | 直Qx | 11110010110000010101000101111000 | f2c15178 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)