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 | 僥? | 100110010100011000111111 | 99463f |
EUC-JP | 僥? | 110100011010011100111111 | d1a73f |
UTF-8 | 僥뾉 | 111001011000001110100101111010111011111010001001 | e583a5ebbe89 |
UHC | 僥뾉 | 11101000111010011001011101000111 | e8e99747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)