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 | 源?紆?紆?^ | 10001100101110010011111111100010111111000011111111100010111111000011111101011110 | 8cb93fe2fc3fe2fc3f5e |
EUC-JP | 源?紆?紆?^ | 10111000101110110011111111100100111111100011111111100100111111100011111101011110 | b8bb3fe4fe3fe4fe3f5e |
UTF-8 | 源렰紆렣紆렣^ | 11100110101110101001000011101011101000001011000011100111101101001000011011101011101000001010001111100111101101001000011011101011101000001010001101011110 | e6ba90eba0b0e7b486eba0a3e7b486eba0a35e |
UHC | 源렰紆렣紆렣^ | 11101010101110011000111010111101111010011110000110001110101101001110100111100001100011101011010001011110 | eab98ebde9e18eb4e9e18eb45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)