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 | ûɯI^ | 111110111100100110001110101011110100100101011110 | fbc98eaf495e |
SJIS-WIN | ????I^ | 001111110011111100111111001111110100100101011110 | 3f3f3f3f495e |
EUC-JP | ûÉ?¯I^ | 100011111010101111100101100011111010101010110001001111111000111110100010101101000100100101011110 | 8fabe58faab13f8fa2b4495e |
UTF-8 | ûɯI^ | 11000011101110111100001110001001110000101000111011000010101011110100100101011110 | c3bbc389c28ec2af495e |
UHC | ????I^ | 001111110011111100111111001111110100100101011110 | 3f3f3f3f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)