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 | 將?證?淨 | 1001101110010010001111111110011010011010001111111001111111000100 | 9b923fe69a3f9fc4 |
EUC-JP | 將?證?淨 | 1101010111110010001111111110101111111010001111111101111011000110 | d5f23febfa3fdec6 |
UTF-8 | 將렞證렧淨 | 111001011011000010000111111010111010000010011110111010001010110110001001111010111010000010100111111001101011011110101000 | e5b087eba09ee8ad89eba0a7e6b7a8 |
UHC | 將렞證렧淨 | 11101101111000101000111010101111111100011111101110001110101101101110111111100100 | ede28eaff1fb8eb6efe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)