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ºU | 10010010010001101001001001001101100100011011101001010101 | 9246924d91ba55 |
SJIS-WIN | ?F?M??U | 00111111010001100011111101001101001111110011111101010101 | 3f463f4d3f3f55 |
EUC-JP | ?F?M?ºU | 001111110100011000111111010011010011111110001111101000101110101101010101 | 3f463f4d3f8fa2eb55 |
UTF-8 | FMºU | 1100001010010010010001101100001010010010010011011100001010010001110000101011101001010101 | c29246c2924dc291c2ba55 |
UHC | ?F?M?ºU | 0011111101000110001111110100110100111111101010001010110001010101 | 3f463f4d3fa8ac55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)