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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 雹ょョ亥悉^ | 11101000101110011000001011100101101011101000100011100101100011101011101101011110 | e8b982e5ae88e58ebb5e |
EUC-JP | 雹ょョ亥悉^ | 1111000010111011101001001110011110001110101011101011000011100111101111001011110101011110 | f0bba4e78eaeb0e7bcbd5e |
UTF-8 | 雹ょョ亥悉^ | 11101001100110111011100111100011100000101000011111101111101111011010111011100100101110101010010111100110100000101000100101011110 | e99bb9e38287efbdaee4baa5e682895e |
UHC | 雹ょ?亥悉^ | 11011010110111111010101011100111001111111111101010100100111000111111101001011110 | dadfaae73ffaa4e3fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)