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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 源??源?抉^ | 10001100101110010011111100111111100011001011100100111111100111010101000001011110 | 8cb93f3f8cb93f9d505e |
EUC-JP | 源??源?抉^ | 10111000101110110011111100111111101110001011101100111111110110011011000101011110 | b8bb3f3fb8bb3fd9b15e |
UTF-8 | 源븜춘源븜抉^ | 11100110101110101001000011101011101110001001110011101100101101101001100011100110101110101001000011101011101110001001110011100110100010101000100101011110 | e6ba90ebb89cecb698e6ba90ebb89ce68a895e |
UHC | 源븜춘源븜抉^ | 11101010101110011011101011101110110000111110000111101010101110011011101011101110110011001011110001011110 | eab9baeec3e1eab9baeeccbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)