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 | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 駭?駭?{d | 1110100101101110001111111110100101101110001111110111101101100100 | e96e3fe96e3f7b64 |
EUC-JP | 駭?駭?{d | 1111000111001111001111111111000111001111001111110111101101100100 | f1cf3ff1cf3f7b64 |
UTF-8 | 駭줭駭턢{d | 1110100110100111101011011110110010100100101011011110100110100111101011011110110110000100101000100111101101100100 | e9a7adeca4ade9a7aded84a27b64 |
UHC | 駭줭駭턢{d | 11111010101101001010001001100001111110101011010010110110011000110111101101100100 | fab4a261fab4b6637b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)