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 | 冪弁}冪弁{^ | 1001100101110000100101011101100101111101100110010111000010010101110110010111101101011110 | 997095d97d997095d97b5e |
EUC-JP | 冪弁}冪弁{^ | 1101000111010001110010101101101101111101110100011101000111001010110110110111101101011110 | d1d1cadb7dd1d1cadb7b5e |
UTF-8 | 冪弁}冪弁{^ | 111001011000011010101010111001011011110010000001011111011110010110000110101010101110010110111100100000010111101101011110 | e586aae5bc817de586aae5bc817b5e |
UHC | 冪弁}冪弁{^ | 1101100011110001110111001010011101111101110110001111000111011100101001110111101101011110 | d8f1dca77dd8f1dca77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)