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 | 蟲ィ}蟲ィ{^ | 111001011011001110101000011111011110010110110011101010000111101101011110 | e5b3a87de5b3a87b5e |
EUC-JP | 蟲ィ}蟲ィ{^ | 1110101010110101100011101010100001111101111010101011010110001110101010000111101101011110 | eab58ea87deab58ea87b5e |
UTF-8 | 蟲ィ}蟲ィ{^ | 111010001001111110110010111011111011110110101000011111011110100010011111101100101110111110111101101010000111101101011110 | e89fb2efbda87de89fb2efbda87b5e |
UHC | 蟲?}蟲?{^ | 111101011111100100111111011111011111010111111001001111110111101101011110 | f5f93f7df5f93f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)