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 | æåâ¼ìî | 1110011011100101100111111110001010010001101111001110110011101110 | e6e59fe291bcecee |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | æå?â??ìî | 100011111010100111000001100011111010101110101001001111111000111110101011101001000011111100111111100011111010101111000000100011111010101111000010 | 8fa9c18faba93f8faba43f3f8fabc08fabc2 |
UTF-8 | æåâ¼ìî | 11000011101001101100001110100101110000101001111111000011101000101100001010010001110000101011110011000011101011001100001110101110 | c3a6c3a5c29fc3a2c291c2bcc3acc3ae |
UHC | æ????¼?? | 10101001101000010011111100111111001111110011111110101000111110010011111100111111 | a9a13f3f3f3fa8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)