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 | âè½ãê | 111000101110100010001110101111011110001111101010 | e2e88ebde3ea |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | âè??ãê | 1000111110101011101001001000111110101011101100100011111100111111100011111010101110101010100011111010101110110100 | 8faba48fabb23f3f8fabaa8fabb4 |
UTF-8 | âè½ãê | 110000111010001011000011101010001100001010001110110000101011110111000011101000111100001110101010 | c3a2c3a8c28ec2bdc3a3c3aa |
UHC | ???½?? | 00111111001111110011111110101000111101100011111100111111 | 3f3f3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)