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 | ??d?? | 0011111100111111011001000011111100111111 | 3f3f643f3f |
SJIS-WIN | 赦鴫d赦鴫 | 100011101100110110001110101100000110010010001110110011011000111010110000 | 8ecd8eb0648ecd8eb0 |
EUC-JP | 赦鴫d赦鴫 | 101111001100111110111100101100100110010010111100110011111011110010110010 | bccfbcb264bccfbcb2 |
UTF-8 | 赦鴫d赦鴫 | 11101000101101011010011011101001101101001010101101100100111010001011010110100110111010011011010010101011 | e8b5a6e9b4ab64e8b5a6e9b4ab |
UHC | 赦?d赦? | 11011110111101010011111101100100110111101111010100111111 | def53f64def53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)