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 | 111001101011000110011100010000001110011010110001100111000100000001000010 | e6b19c40e6b19c4042 |
EUC-JP | 豎廖豎廖B | 111011001011001111010111101000011110110010110011110101111010000101000010 | ecb3d7a1ecb3d7a142 |
UTF-8 | 豎廖豎廖B | 11101000101100011000111011100101101110111001011011101000101100011000111011100101101110111001011001000010 | e8b18ee5bb96e8b18ee5bb9642 |
UHC | ?廖?廖B | 00111111110101101111100000111111110101101111100001000010 | 3fd6f83fd6f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)