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 | 櫤}櫤{^ | 1111000111000010111110101111001101111101111100011100001011111010111100110111101101011110 | f1c2faf37df1c2faf37b5e |
EUC-JP | ?櫤}?櫤{^ | 0011111110001111110001011101010101111101001111111000111111000101110101010111101101011110 | 3f8fc5d57d3f8fc5d57b5e |
UTF-8 | 櫤}櫤{^ | 111011101000010010111101111001101010101110100100011111011110111010000100101111011110011010101011101001000111101101011110 | ee84bde6aba47dee84bde6aba47b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)