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 | ¸ö¥è·£\ | 10111000111101101010010111101000101101111010001101011100 | b8f6a5e8b7a35c |
SJIS-WIN | ??¥??£\ | 001111110011111110000001100011110011111100111111100000011001001001011100 | 3f3f818f3f3f81925c |
EUC-JP | ¸ö?è?£\ | 1000111110100010101100011000111110101011110100110011111110001111101010111011001000111111101000011111001001011100 | 8fa2b18fabd33f8fabb23fa1f25c |
UTF-8 | ¸ö¥è·£\ | 11000010101110001100001110110110110000101010010111000011101010001100001010110111110000101010001101011100 | c2b8c3b6c2a5c3a8c2b7c2a35c |
UHC | ¸???·?\ | 101000101010110000111111001111110011111110100001101001000011111101011100 | a2ac3f3f3fa1a43f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)