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 | 蒿}蒿{^ | 1110010011100100111100001111000101111101111001001110010011110000111100010111101101011110 | e4e4f0f17de4e4f0f17b5e |
EUC-JP | 蒿?}蒿?{^ | 111010001110011000111111011111011110100011100110001111110111101101011110 | e8e63f7de8e63f7b5e |
UTF-8 | 蒿}蒿{^ | 111010001001001010111111111011101000001010110000011111011110100010010010101111111110111010000010101100000111101101011110 | e892bfee82b07de892bfee82b07b5e |
UHC | 蒿?}蒿?{^ | 111110111101101000111111011111011111101111011010001111110111101101011110 | fbda3f7dfbda3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)