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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 隱ソ邯薙┷{d | 1110100010101010101111111110011110110110100100111110001110000100101110000111101101100100 | e8aabfe7b693e384b87b64 |
EUC-JP | 隱ソ邯薙┷{d | 111100001010110010001110101111111110111010111000110001101110010110101000101110100111101101100100 | f0ac8ebfeeb8c6e5a8ba7b64 |
UTF-8 | 隱ソ邯薙┷{d | 1110100110011010101100011110111110111101101111111110100110000010101011111110100010010110100110011110001010010100101101110111101101100100 | e99ab1efbdbfe982afe89699e294b77b64 |
UHC | 隱?邯?┷{d | 11101011110111110011111111001010111110110011111110100110101110100111101101100100 | ebdf3fcafb3fa6ba7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)