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 | åè¼äº | 111001011110100010111100111001001011101010011110 | e5e8bce4ba9e |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | åè?äº? | 1000111110101011101010011000111110101011101100100011111110001111101010111010001110001111101000101110101100111111 | 8faba98fabb23f8faba38fa2eb3f |
UTF-8 | åè¼äº | 110000111010010111000011101010001100001010111100110000111010010011000010101110101100001010011110 | c3a5c3a8c2bcc3a4c2bac29e |
UHC | ??¼?º? | 0011111100111111101010001111100100111111101010001010110000111111 | 3f3fa8f93fa8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)