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 | 噎纔}噎纔{^ | 1001101001111000111000111001100001111101100110100111100011100011100110000111101101011110 | 9a78e3987d9a78e3987b5e |
EUC-JP | 噎纔}噎纔{^ | 1101001111011001111001011111100001111101110100111101100111100101111110000111101101011110 | d3d9e5f87dd3d9e5f87b5e |
UTF-8 | 噎纔}噎纔{^ | 111001011001100110001110111001111011101010010100011111011110010110011001100011101110011110111010100101000111101101011110 | e5998ee7ba947de5998ee7ba947b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)