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 | è¼æ½E | 11101000101111001000101011100110101111011000000101000101 | e8bc8ae6bd8145 |
SJIS-WIN | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
EUC-JP | è??æ??E | 1000111110101011101100100011111100111111100011111010100111000001001111110011111101000101 | 8fabb23f3f8fa9c13f3f45 |
UTF-8 | è¼æ½E | 11000011101010001100001010111100110000101000101011000011101001101100001010111101110000101000000101000101 | c3a8c2bcc28ac3a6c2bdc28145 |
UHC | ?¼?æ½?E | 00111111101010001111100100111111101010011010000110101000111101100011111101000101 | 3fa8f93fa9a1a8f63f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)