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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 罔醇掘F | 11100011101001101000111110000110100011000100000001000110 | e3a68f868c4046 |
EUC-JP | 罔醇掘F | 11100110101010001011110111100110101101111010000101000110 | e6a8bde6b7a146 |
UTF-8 | 罔醇掘F | 11100111101111011001010011101001100001101000011111100110100011101001100001000110 | e7bd94e98687e68e9846 |
UHC | 罔醇掘F | 11011000110100101110001011110101110011111101111001000110 | d8d2e2f5cfde46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)