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 | ¾¼¤c^ | 1000111010111110100011101010110110111100101001000110001101011110 | 8ebe8eadbca4635e |
SJIS-WIN | ??????c^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
EUC-JP | ?????¤c^ | 00111111001111110011111100111111001111111000111110100010111100000110001101011110 | 3f3f3f3f3f8fa2f0635e |
UTF-8 | ¾¼¤c^ | 1100001010001110110000101011111011000010100011101100001010101101110000101011110011000010101001000110001101011110 | c28ec2bec28ec2adc2bcc2a4635e |
UHC | ?¾?¼¤c^ | 001111111010100011111010001111111010000110101001101010001111100110100010101101000110001101011110 | 3fa8fa3fa1a9a8f9a2b4635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)