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 | àÙÂðËú^ | 1000111111100000110110011100001011110000110010111111101001011110 | 8fe0d9c2f0cbfa5e |
SJIS-WIN | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
EUC-JP | ?àÙÂðËú^ | 0011111110001111101010111010001010001111101010101110001110001111101010101010010010001111101010011100001110001111101010101011001110001111101010111110001001011110 | 3f8faba28faae38faaa48fa9c38faab38fabe25e |
UTF-8 | àÙÂðËú^ | 110000101000111111000011101000001100001110011001110000111000001011000011101100001100001110001011110000111011101001011110 | c28fc3a0c399c382c3b0c38bc3ba5e |
UHC | ????ð??^ | 001111110011111100111111001111111010100110100011001111110011111101011110 | 3f3f3f3fa9a33f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)