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 | ¶Ìà | 10110110110011001000111111100000 | b6cc8fe0 |
SJIS-WIN | ¶??? | 1000000111110111001111110011111100111111 | 81f73f3f3f |
EUC-JP | ¶Ì?à | 101000101111100110001111101010101100000000111111100011111010101110100010 | a2f98faac03f8faba2 |
UTF-8 | ¶Ìà | 1100001010110110110000111000110011000010100011111100001110100000 | c2b6c38cc28fc3a0 |
UHC | ¶??? | 1010001011010010001111110011111100111111 | a2d23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)