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 | ç¨®ë¹ | 1110011110101000101011101110101110111001 | e7a8aeebb9 |
SJIS-WIN | ?¨??? | 001111111000000101001110001111110011111100111111 | 3f814e3f3f3f |
EUC-JP | 種ë? | 100011111010101110101110101000011010111110001111101000101110111010001111101010111011001100111111 | 8fabaea1af8fa2ee8fabb33f |
UTF-8 | ç¨®ë¹ | 11000011101001111100001010101000110000101010111011000011101010111100001010111001 | c3a7c2a8c2aec3abc2b9 |
UHC | ?¨®?¹ | 0011111110100001101001111010001011100111001111111010100111110110 | 3fa1a7a2e73fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)