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 | 11101001101111110101000101111000 | e9bf5178 |
EUC-JP | 鯀Qx | 11110010110000010101000101111000 | f2c15178 |
UTF-8 | 鯀Qx | 1110100110101111100000000101000101111000 | e9af805178 |
UHC | ?Qx | 001111110101000101111000 | 3f5178 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)