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 | 10001000110110000011111100111111001111110111101101100100 | 88d83f3f3f7b64 |
EUC-JP | 畏???{d | 10110000110110100011111100111111001111110111101101100100 | b0da3f3f3f7b64 |
UTF-8 | 畏붇띿돽{d | 1110011110010101100011111110101110110110100001111110101110011101101111111110101110001111101111010111101101100100 | e7958febb687eb9dbfeb8fbd7b64 |
UHC | 畏붇띿돽{d | 11101000111001101011101011010001100011011110110010001001101111110111101101100100 | e8e6bad18dec89bf7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)