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 | êþ½è© | 111010101111111010111101111010001001011010101001 | eafebde896a9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | êþ?è?© | 1000111110101011101101001000111110101001110100000011111110001111101010111011001000111111100011111010001011101101 | 8fabb48fa9d03f8fabb23f8fa2ed |
UTF-8 | êþ½è© | 110000111010101011000011101111101100001010111101110000111010100011000010100101101100001010101001 | c3aac3bec2bdc3a8c296c2a9 |
UHC | ?þ½??? | 0011111110101001101011011010100011110110001111110011111100111111 | 3fa9ada8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)