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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 雉ェ驕ョ\ | 11101000101100111010101011101001100000011010111001011100 | e8b3aae981ae5c |
EUC-JP | 雉ェ驕ョ\ | 111100001011010110001110101010101111000111100001100011101010111001011100 | f0b58eaaf1e18eae5c |
UTF-8 | 雉ェ驕ョ\ | 11101001100110111000100111101111101111011010101011101001101010011001010111101111101111011010111001011100 | e99b89efbdaae9a995efbdae5c |
UHC | 雉?驕?\ | 11110110110010110011111111001110111101100011111101011100 | f6cb3fcef63f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)