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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 豸悟嶋Q] | 1110011010110110100011001110010110010011100010000101000101011101 | e6b68ce59388515d |
EUC-JP | 豸悟嶋Q] | 1110110010111000101110001110011111000101111010000101000101011101 | ecb8b8e7c5e8515d |
UTF-8 | 豸悟嶋Q] | 1110100010110001101110001110011010000010100111111110010110110110100010110101000101011101 | e8b1b8e6829fe5b68b515d |
UHC | ?悟嶋Q] | 00111111111001111111011011010011111101110101000101011101 | 3fe7f6d3f7515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)