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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 粳初坤裝 | 1110001011101001100011111000100110001101101000111110010111100100 | e2e98f898da3e5e4 |
EUC-JP | 粳初坤裝 | 1110010011101011101111011110100110111010101001011110101011100110 | e4ebbde9baa5eae6 |
UTF-8 | 粳初坤裝 | 111001111011001010110011111001011000100010011101111001011001110110100100111010001010001110011101 | e7b2b3e5889de59da4e8a39d |
UHC | 粳初坤裝 | 1100101111010111111101001111100011001101110111101110110111111011 | cbd7f4f8cddeedfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)