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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | ????癖F | 00111111001111110011111100111111100101011100100001000110 | 3f3f3f3f95c846 |
EUC-JP | ????癖F | 00111111001111110011111100111111110010101100101001000110 | 3f3f3f3fcaca46 |
UTF-8 | 쒀렊쑈뤂癖F | 11101100100100101000000011101011101000001000101011101100100100011000100011101011101001001000001011100111100110011001011001000110 | ec9280eba08aec9188eba482e7999646 |
UHC | 쒀렊쑈뤂癖F | 1011111010101100100011101010000110111110101001001000111110110011110110111111111001000110 | beac8ea1bea48fb3dbfe46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)