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 | ¶ÜÌé | 10110110110111001100110011101001 | b6dccce9 |
SJIS-WIN | ¶??? | 1000000111110111001111110011111100111111 | 81f73f3f3f |
EUC-JP | ¶ÜÌé | 1010001011111001100011111010101011100100100011111010101011000000100011111010101110110001 | a2f98faae48faac08fabb1 |
UTF-8 | ¶ÜÌé | 1100001010110110110000111001110011000011100011001100001110101001 | c2b6c39cc38cc3a9 |
UHC | ¶??? | 1010001011010010001111110011111100111111 | a2d23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)