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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髻域腸 | 111010011001111110001000111001101001001010110000 | e99f88e692b0 |
EUC-JP | 髻域腸 | 111100101010000110110000111010001100010010110010 | f2a1b0e8c4b2 |
UTF-8 | 髻域腸 | 111010011010101110111011111001011001111110011111111010001000010110111000 | e9abbbe59f9fe885b8 |
UHC | ?域腸 | 0011111111100110101101001110110111110011 | 3fe6b4edf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)