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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 藥?[}藥?[{^ | 1110010101011010001111110101101101111101111001010101101000111111010110110111101101011110 | e55a3f5b7de55a3f5b7b5e |
EUC-JP | 藥?[}藥?[{^ | 1110100110111011001111110101101101111101111010011011101100111111010110110111101101011110 | e9bb3f5b7de9bb3f5b7b5e |
UTF-8 | 藥퐀[}藥퐀[{^ | 1110100010010111101001011110110110010000100000000101101101111101111010001001011110100101111011011001000010000000010110110111101101011110 | e897a5ed90805b7de897a5ed90805b7b5e |
UHC | 藥퐀[}藥퐀[{^ | 11100101101101111011110101100110010110110111110111100101101101111011110101100110010110110111101101011110 | e5b7bd665b7de5b7bd665b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)