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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ソ粮ソ粮^ | 1011111111100010111011001111000101111101101111111110001011101100111100010111101101011110 | bfe2ecf17dbfe2ecf17b5e |
EUC-JP | ソ粮?ソ粮?^ | 1000111010111111111001001110111000111111100011101011111111100100111011100011111101011110 | 8ebfe4ee3f8ebfe4ee3f5e |
UTF-8 | ソ粮ソ粮^ | 11101111101111011011111111100111101100101010111011101110100000111011100111101111101111011011111111100111101100101010111011101110100000111011011101011110 | efbdbfe7b2aeee83b9efbdbfe7b2aeee83b75e |
UHC | ?粮??粮?^ | 001111111101010111011011001111110011111111010101110110110011111101011110 | 3fd5db3f3fd5db3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)