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 | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
EUC-JP | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
UTF-8 | 렋렜렊롒{d | 1110101110100000100010111110101110100000100111001110101110100000100010101110101110100001100100100111101101100100 | eba08beba09ceba08aeba1927b64 |
UHC | 렋렜렊롒{d | 10001110101000101000111010101110100011101010000110001110110101110111101101100100 | 8ea28eae8ea18ed77b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)