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¡N | 1001001001000110100100100101001010010001101000011001001001001110 | 9246925291a1924e |
SJIS-WIN | ?F?R???N | 0011111101000110001111110101001000111111001111110011111101001110 | 3f463f523f3f3f4e |
EUC-JP | ?F?R?¡?N | 00111111010001100011111101010010001111111000111110100010110000100011111101001110 | 3f463f523f8fa2c23f4e |
UTF-8 | FR¡N | 11000010100100100100011011000010100100100101001011000010100100011100001010100001110000101001001001001110 | c29246c29252c291c2a1c2924e |
UHC | ?F?R?¡?N | 001111110100011000111111010100100011111110100010101011100011111101001110 | 3f463f523fa2ae3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)