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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隴画ウ・隴 | 1110100010101101100010011110011010110011101001011110100010101101 | e8ad89e6b3a5e8ad |
EUC-JP | 隴画ウ・隴 | 11110000101011111011001011101000100011101011001110001110101001011111000010101111 | f0afb2e88eb38ea5f0af |
UTF-8 | 隴画ウ・隴 | 111010011001101010110100111001111001010010111011111011111011110110110011111011111011110110100101111010011001101010110100 | e99ab4e794bbefbdb3efbda5e99ab4 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)