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 | ¢®¡þk | 1010001010101110101000011111111001101011 | a2aea1fe6b |
SJIS-WIN | ¢???k | 100000011001000100111111001111110011111101101011 | 81913f3f3f6b |
EUC-JP | ¢®¡þk | 101000011111000110001111101000101110111010001111101000101100001010001111101010011101000001101011 | a1f18fa2ee8fa2c28fa9d06b |
UTF-8 | ¢®¡þk | 110000101010001011000010101011101100001010100001110000111011111001101011 | c2a2c2aec2a1c3be6b |
UHC | ?®¡þk | 0011111110100010111001111010001010101110101010011010110101101011 | 3fa2e7a2aea9ad6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)