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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 驩亥頃 | 111010011000100110001000111001011000110110100000 | e98988e58da0 |
EUC-JP | 驩亥頃 | 111100011110100110110000111001111011101010100010 | f1e9b0e7baa2 |
UTF-8 | 驩亥頃 | 111010011010100110101001111001001011101010100101111010011010000010000011 | e9a9a9e4baa5e9a083 |
UHC | 驩亥頃 | 111111001011111011111010101001001100110011110001 | fcbefaa4ccf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)