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 | FR¡m | 10010010010001101001001001010010100100011010000101101101 | 9246925291a16d |
SJIS-WIN | ?F?R??m | 00111111010001100011111101010010001111110011111101101101 | 3f463f523f3f6d |
EUC-JP | ?F?R?¡m | 001111110100011000111111010100100011111110001111101000101100001001101101 | 3f463f523f8fa2c26d |
UTF-8 | FR¡m | 1100001010010010010001101100001010010010010100101100001010010001110000101010000101101101 | c29246c29252c291c2a16d |
UHC | ?F?R?¡m | 0011111101000110001111110101001000111111101000101010111001101101 | 3f463f523fa2ae6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)