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 | ïí³íó | 111011111110110110001110101100111110110111110011 | efed8eb3edf3 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ïí??íó | 1000111110101011110000011000111110101011101111110011111100111111100011111010101110111111100011111010101111010001 | 8fabc18fabbf3f3f8fabbf8fabd1 |
UTF-8 | ïí³íó | 110000111010111111000011101011011100001010001110110000101011001111000011101011011100001110110011 | c3afc3adc28ec2b3c3adc3b3 |
UHC | ???³?? | 00111111001111110011111110101001111110000011111100111111 | 3f3f3fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)