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 | 釋 | 11100111110101111111000111100101 | e7d7f1e5 |
EUC-JP | 釋? | 111011101101100100111111 | eed93f |
UTF-8 | 釋 | 111010011000011110001011111011101000010110100000 | e9878bee85a0 |
UHC | 釋? | 111000001011011100111111 | e0b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)