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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 儀輕 | 10001011010101101110011101101010 | 8b56e76a |
EUC-JP | 儀輕 | 10110101101101111110110111001011 | b5b7edcb |
UTF-8 | 儀輕 | 111001011000010010000000111010001011110010010101 | e58480e8bc95 |
UHC | 儀輕 | 11101011111100001100110011101110 | ebf0ccee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)