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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 袒莢袒莢^ | 111001011101011011100100101100001110010111010110111001001011000001011110 | e5d6e4b0e5d6e4b05e |
EUC-JP | 袒莢袒莢^ | 111010101101100011101000101100101110101011011000111010001011001001011110 | ead8e8b2ead8e8b25e |
UTF-8 | 袒莢袒莢^ | 11101000101000101001001011101000100011101010001011101000101000101001001011101000100011101010001001011110 | e8a292e88ea2e8a292e88ea25e |
UHC | 袒莢袒莢^ | 110100111011001011111010111110001101001110110010111110101111100001011110 | d3b2faf8d3b2faf85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)