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 | ?L?L^ | 0011111101001100001111110100110001011110 | 3f4c3f4c5e |
SJIS-WIN | 姆L姆L^ | 10011011010001110100110010011011010001110100110001011110 | 9b474c9b474c5e |
EUC-JP | 姆L姆L^ | 11010101101010000100110011010101101010000100110001011110 | d5a84cd5a84c5e |
UTF-8 | 姆L姆L^ | 111001011010011110000110010011001110010110100111100001100100110001011110 | e5a7864ce5a7864c5e |
UHC | 姆L姆L^ | 11011001101101010100110011011001101101010100110001011110 | d9b54cd9b54c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)