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 | 0011111100111111101010000111101101100100 | 3f3fa87b64 |
SJIS-WIN | 曜?¨{d | 10010111011010100011111110000001010011100111101101100100 | 976a3f814e7b64 |
EUC-JP | 曜?¨{d | 11001101110010110011111110100001101011110111101101100100 | cdcb3fa1af7b64 |
UTF-8 | 曜쒒¨{d | 11100110100110111001110011101100100100101001001011000010101010000111101101100100 | e69b9cec9292c2a87b64 |
UHC | 曜쒒¨{d | 1110100011111000100111001110100110100001101001110111101101100100 | e8f89ce9a1a77b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)