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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 抹蜈}抹蜈{^ | 1001011010010101111001011000010101111101100101101001010111100101100001010111101101011110 | 9695e5857d9695e5857b5e |
EUC-JP | 抹蜈}抹蜈{^ | 1100101111110101111010011110010101111101110010111111010111101001111001010111101101011110 | cbf5e9e57dcbf5e9e57b5e |
UTF-8 | 抹蜈}抹蜈{^ | 111001101000101010111001111010001001110010001000011111011110011010001010101110011110100010011100100010000111101101011110 | e68ab9e89c887de68ab9e89c887b5e |
UHC | 抹蜈}抹蜈{^ | 1101100011000110111010001010010101111101110110001100011011101000101001010111101101011110 | d8c6e8a57dd8c6e8a57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)