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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | 緖?收A緖 | 1111101110001110001111111001110110111110010000011111101110001110 | fb8e3f9dbe41fb8e |
EUC-JP | ??收A? | 001111110011111111011010110000000100000100111111 | 3f3fdac0413f |
UTF-8 | 緖섑收A緖 | 11100111101101111001011011101100100001001001000111100110100101001011011001000001111001111011011110010110 | e7b796ec8491e694b641e7b796 |
UHC | 緖섑收A緖 | 110111111111110110011000111011011110001010100101010000011101111111111101 | dffd98ede2a541dffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)