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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蕭o愁莪 | 1110010101001010100000101000111110001111010001001110010010101110 | e54a828f8f44e4ae |
EUC-JP | 蕭o愁莪 | 1110100110101011101000111110111110111101101001011110100010110000 | e9aba3efbda5e8b0 |
UTF-8 | 蕭o愁莪 | 111010001001010110101101111011111011110110001111111001101000010010000001111010001000111010101010 | e895adefbd8fe68481e88eaa |
UHC | 蕭o愁莪 | 1110000111001011101000111110111111100001111111101110010010110101 | e1cba3efe1fee4b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)