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^ | 101111101010110010001110101111100110001101011110 | beac8ebe635e |
SJIS-WIN | ?¬??c^ | 00111111100000011100101000111111001111110110001101011110 | 3f81ca3f3f635e |
EUC-JP | ?¬??c^ | 00111111101000101100110000111111001111110110001101011110 | 3fa2cc3f3f635e |
UTF-8 | ¾¬¾c^ | 11000010101111101100001010101100110000101000111011000010101111100110001101011110 | c2bec2acc28ec2be635e |
UHC | ¾??¾c^ | 1010100011111010001111110011111110101000111110100110001101011110 | a8fa3f3fa8fa635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)