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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???源?^ | 00111111001111110011111110001100101110010011111101011110 | 3f3f3f8cb93f5e |
EUC-JP | 珽??源?^ | 100011111100101111111110001111110011111110111000101110110011111101011110 | 8fcbfe3f3fb8bb3f5e |
UTF-8 | 珽띤떽源렱^ | 11100111100011111011110111101011100111011010010011101011100101101011110111100110101110101001000011101011101000001011000101011110 | e78fbdeb9da4eb96bde6ba90eba0b15e |
UHC | 珽띤떽源렱^ | 1110111111101010101101101110110110110110101111011110101010111001100011101011111001011110 | efeab6edb6bdeab98ebe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)