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 | î è³h | 11101110100000101010000011101000100000001011001101101000 | ee82a0e880b368 |
SJIS-WIN | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
EUC-JP | î??è??h | 1000111110101011110000100011111100111111100011111010101110110010001111110011111101101000 | 8fabc23f3f8fabb23f3f68 |
UTF-8 | î è³h | 11000011101011101100001010000010110000101010000011000011101010001100001010000000110000101011001101101000 | c3aec282c2a0c3a8c280c2b368 |
UHC | ?????³h | 0011111100111111001111110011111100111111101010011111100001101000 | 3f3f3f3f3fa9f868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)