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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 毅?毅?B | 10001011010000100011111110001011010000100011111101000010 | 8b423f8b423f42 |
EUC-JP | 毅?毅?B | 10110101101000110011111110110101101000110011111101000010 | b5a33fb5a33f42 |
UTF-8 | 毅촫毅촫B | 11100110101011111000010111101100101101001010101111100110101011111000010111101100101101001010101101000010 | e6af85ecb4abe6af85ecb4ab42 |
UHC | 毅촫毅촫B | 111010111111011010101100011010011110101111110110101011000110100101000010 | ebf6ac69ebf6ac6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)