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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 噎躍噎躍^ | 100110100111100010010110111101001001101001111000100101101111010001011110 | 9a7896f49a7896f45e |
EUC-JP | 噎躍噎躍^ | 110100111101100111001100111101101101001111011001110011001111011001011110 | d3d9ccf6d3d9ccf65e |
UTF-8 | 噎躍噎躍^ | 11100101100110011000111011101000101110101000110111100101100110011000111011101000101110101000110101011110 | e5998ee8ba8de5998ee8ba8d5e |
UHC | ?躍?躍^ | 00111111111001011011100000111111111001011011100001011110 | 3fe5b83fe5b85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)