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ª | 100100100100011010010010010011011001000110101010 | 9246924d91aa |
SJIS-WIN | ?F?M?? | 001111110100011000111111010011010011111100111111 | 3f463f4d3f3f |
EUC-JP | ?F?M?ª | 0011111101000110001111110100110100111111100011111010001011101100 | 3f463f4d3f8fa2ec |
UTF-8 | FMª | 11000010100100100100011011000010100100100100110111000010100100011100001010101010 | c29246c2924dc291c2aa |
UHC | ?F?M?ª | 00111111010001100011111101001101001111111010100010100011 | 3f463f4d3fa8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)