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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 讙皹ヤァ箴 | 1110011010101010111000011010111111010100101001111110001010111100 | e6aae1afd4a7e2bc |
EUC-JP | 讙皹ヤァ箴 | 11101100101011001110001010110001100011101101010010001110101001111110010010111110 | ecace2b18ed48ea7e4be |
UTF-8 | 讙皹ヤァ箴 | 111010001010111010011001111001111001101010111001111011111011111010010100111011111011110110100111111001111010111010110100 | e8ae99e79ab9efbe94efbda7e7aeb4 |
UHC | ????箴 | 001111110011111100111111001111111110110111010111 | 3f3f3f3fedd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)