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 | 源?怨烽∧^ | 10001100101110010011111110001001100001011110000010000010100000011100100001011110 | 8cb93f8985e08281c85e |
EUC-JP | 源?怨烽∧^ | 10111000101110110011111110110001111001011101111111100010101000101100101001011110 | b8bb3fb1e5dfe2a2ca5e |
UTF-8 | 源렰怨烽∧^ | 11100110101110101001000011101011101000001011000011100110100000001010100011100111100000111011110111100010100010001010011101011110 | e6ba90eba0b0e680a8e783bde288a75e |
UHC | 源렰怨烽∧^ | 1110101010111001100011101011110111101010101100111101110011101011101000011111110001011110 | eab98ebdeab3dceba1fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)