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 | ??s | 001111110011111101110011 | 3f3f73 |
SJIS-WIN | 鬥ョs | 11101001101001101010111001110011 | e9a6ae73 |
EUC-JP | 鬥ョs | 1111001010101000100011101010111001110011 | f2a88eae73 |
UTF-8 | 鬥ョs | 11101001101011001010010111101111101111011010111001110011 | e9aca5efbdae73 |
UHC | ??s | 001111110011111101110011 | 3f3f73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)