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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髏疲峡謨 | 1110100110010000100101001110011010001011101011001110011010010101 | e99094e68bace695 |
EUC-JP | 髏疲峡謨 | 1111000111110000110010001110100010110110101011101110101111110101 | f1f0c8e8b6aeebf5 |
UTF-8 | 髏疲峡謨 | 111010011010101110001111111001111001011010110010111001011011001110100001111010001010110010101000 | e9ab8fe796b2e5b3a1e8aca8 |
UHC | ?疲?謨 | 001111111111100110101010001111111101100111001000 | 3ff9aa3fd9c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)