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 | 輕g墨 | 111001110110101010000010100001111001011001101110 | e76a8287966e |
EUC-JP | 輕g墨 | 111011011100101110100011111001111100101111001111 | edcba3e7cbcf |
UTF-8 | 輕g墨 | 111010001011110010010101111011111011110110000111111001011010001010101000 | e8bc95efbd87e5a2a8 |
UHC | 輕g墨 | 110011001110111010100011111001111101100111111000 | cceea3e7d9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)