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 | FFTM | 1001001001000110100100100100011010010010010101001001001001001101 | 924692469254924d |
SJIS-WIN | ?F?F?T?M | 0011111101000110001111110100011000111111010101000011111101001101 | 3f463f463f543f4d |
EUC-JP | ?F?F?T?M | 0011111101000110001111110100011000111111010101000011111101001101 | 3f463f463f543f4d |
UTF-8 | FFTM | 110000101001001001000110110000101001001001000110110000101001001001010100110000101001001001001101 | c29246c29246c29254c2924d |
UHC | ?F?F?T?M | 0011111101000110001111110100011000111111010101000011111101001101 | 3f463f463f543f4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)