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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 悟淅F | 1000110011100101100111111100011001000110 | 8ce59fc646 |
EUC-JP | 悟淅F | 1011100011100111110111101100100001000110 | b8e7dec846 |
UTF-8 | 悟淅F | 11100110100000101001111111100110101101111000010101000110 | e6829fe6b78546 |
UHC | 悟淅F | 1110011111110110111000001011001001000110 | e7f6e0b246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)