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 | ¢®©^ | 1010001010101110101010011010110101011110 | a2aea9ad5e |
SJIS-WIN | ¢???^ | 100000011001000100111111001111110011111101011110 | 81913f3f3f5e |
EUC-JP | ¢®©?^ | 10100001111100011000111110100010111011101000111110100010111011010011111101011110 | a1f18fa2ee8fa2ed3f5e |
UTF-8 | ¢®©^ | 110000101010001011000010101011101100001010101001110000101010110101011110 | c2a2c2aec2a9c2ad5e |
UHC | ?®?^ | 00111111101000101110011100111111101000011010100101011110 | 3fa2e73fa1a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)