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 | äµíFhäµ | 111001001011010110001110111011011000111101000110011010001110010010110101 | e4b58eed8f4668e4b5 |
SJIS-WIN | ?????Fh?? | 001111110011111100111111001111110011111101000110011010000011111100111111 | 3f3f3f3f3f46683f3f |
EUC-JP | ä??í?Fhä? | 100011111010101110100011001111110011111110001111101010111011111100111111010001100110100010001111101010111010001100111111 | 8faba33f3f8fabbf3f46688faba33f |
UTF-8 | äµíFhäµ | 11000011101001001100001010110101110000101000111011000011101011011100001010001111010001100110100011000011101001001100001010110101 | c3a4c2b5c28ec3adc28f4668c3a4c2b5 |
UHC | ?????Fh?? | 001111110011111100111111001111110011111101000110011010000011111100111111 | 3f3f3f3f3f46683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)