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 | FM¶m | 10010010010001101001001001001101100100011011011001101101 | 9246924d91b66d |
SJIS-WIN | ?F?M?¶m | 0011111101000110001111110100110100111111100000011111011101101101 | 3f463f4d3f81f76d |
EUC-JP | ?F?M?¶m | 0011111101000110001111110100110100111111101000101111100101101101 | 3f463f4d3fa2f96d |
UTF-8 | FM¶m | 1100001010010010010001101100001010010010010011011100001010010001110000101011011001101101 | c29246c2924dc291c2b66d |
UHC | ?F?M?¶m | 0011111101000110001111110100110100111111101000101101001001101101 | 3f463f4d3fa2d26d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)