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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 巐ェ~ | 11111010101101101010101001111110 | fab6aa7e |
EUC-JP | 巐ェ~ | 100011111011101111111001100011101010101001111110 | 8fbbf98eaa7e |
UTF-8 | 巐ェ~ | 11100101101101111001000011101111101111011010101001111110 | e5b790efbdaa7e |
UHC | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)