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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邪?餌 | 1000111011010111001111111000100101100001 | 8ed73f8961 |
EUC-JP | 邪?餌 | 1011110011011001001111111011000111000010 | bcd93fb1c2 |
UTF-8 | 邪罹餌 | 111010011000001010101010111011111010011110100110111010011010010010001100 | e982aaefa7a6e9a48c |
UHC | 邪罹餌 | 110111101111011111101100101110101110110011001000 | def7ecbaecc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)