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 | 鬱?[}鬱?[{^ | 1001111101010100001111110101101101111101100111110101010000111111010110110111101101011110 | 9f543f5b7d9f543f5b7b5e |
EUC-JP | 鬱?[}鬱?[{^ | 1101110110110101001111110101101101111101110111011011010100111111010110110111101101011110 | ddb53f5b7dddb53f5b7b5e |
UTF-8 | 鬱렩[}鬱렩[{^ | 1110100110101100101100011110101110100000101010010101101101111101111010011010110010110001111010111010000010101001010110110111101101011110 | e9acb1eba0a95b7de9acb1eba0a95b7b5e |
UHC | 鬱렩[}鬱렩[{^ | 11101010101001101000111010110111010110110111110111101010101001101000111010110111010110110111101101011110 | eaa68eb75b7deaa68eb75b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)