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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鬢系鬢系B | 111010011010010010001100011011101110100110100100100011000110111001000010 | e9a48c6ee9a48c6e42 |
EUC-JP | 鬢系鬢系B | 111100101010011010110111110011111111001010100110101101111100111101000010 | f2a6b7cff2a6b7cf42 |
UTF-8 | 鬢系鬢系B | 11101001101011001010001011100111101100111011101111101001101011001010001011100111101100111011101101000010 | e9aca2e7b3bbe9aca2e7b3bb42 |
UHC | ?系?系B | 00111111110011011010011100111111110011011010011101000010 | 3fcda73fcda742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)