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 | 渭邃}渭邃{^ | 1001111111001101111000101000010001111101100111111100110111100010100001000111101101011110 | 9fcde2847d9fcde2847b5e |
EUC-JP | 渭邃}渭邃{^ | 1101111011001111111000111110010001111101110111101100111111100011111001000111101101011110 | decfe3e47ddecfe3e47b5e |
UTF-8 | 渭邃}渭邃{^ | 111001101011100010101101111010011000001010000011011111011110011010111000101011011110100110000010100000110111101101011110 | e6b8ade982837de6b8ade982837b5e |
UHC | 渭邃}渭邃{^ | 1110101011010010111000101100010101111101111010101101001011100010110001010111101101011110 | ead2e2c57dead2e2c57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)