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 | �? | 11100110101101100011111100111111 | e6b63f3f |
SJIS-WIN | ?¶∨蹕 | 00111111100000011111011110000001110010011110011101001010 | 3f81f781c9e74a |
EUC-JP | æ¶∨蹕 | 100011111010100111000001101000101111100110100010110010111110110110101011 | 8fa9c1a2f9a2cbedab |
UTF-8 | æ¶∨蹕 | 11000011101001101100001010110110111000101000100010101000111010001011100110010101 | c3a6c2b6e288a8e8b995 |
UHC | æ¶∨? | 10101001101000011010001011010010101000011111110100111111 | a9a1a2d2a1fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)