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 | 縞耳縞耳^ | 100011101100100010001110101010001000111011001000100011101010100001011110 | 8ec88ea88ec88ea85e |
EUC-JP | 縞耳縞耳^ | 101111001100101010111100101010101011110011001010101111001010101001011110 | bccabcaabccabcaa5e |
UTF-8 | 縞耳縞耳^ | 11100111101110001001111011101000100000001011001111100111101110001001111011101000100000001011001101011110 | e7b89ee880b3e7b89ee880b35e |
UHC | 縞耳縞耳^ | 111110111101011011101100101111001111101111010110111011001011110001011110 | fbd6ecbcfbd6ecbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)