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 | éüºç×íB | 11101001111111001011101011100111110101111110110101000010 | e9fcbae7d7ed42 |
SJIS-WIN | ????×?B | 0011111100111111001111110011111110000001011111100011111101000010 | 3f3f3f3f817e3f42 |
EUC-JP | éüºç×íB | 100011111010101110110001100011111010101111100100100011111010001011101011100011111010101110101110101000011101111110001111101010111011111101000010 | 8fabb18fabe48fa2eb8fabaea1df8fabbf42 |
UTF-8 | éüºç×íB | 11000011101010011100001110111100110000101011101011000011101001111100001110010111110000111010110101000010 | c3a9c3bcc2bac3a7c397c3ad42 |
UHC | ??º?×?B | 001111110011111110101000101011000011111110100001101111110011111101000010 | 3f3fa8ac3fa1bf3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)