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 | 筍? | 111000101010000100111111 | e2a13f |
EUC-JP | 筍? | 111001001010001100111111 | e4a33f |
UTF-8 | 筍뤡 | 111001111010110110001101111010111010010010100001 | e7ad8deba4a1 |
UHC | 筍뤡 | 11100010111011001000111111001111 | e2ec8fcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)