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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 陟「h陟「 | 11101000101000001010001001101000111010001010000010100010 | e8a0a268e8a0a2 |
EUC-JP | 陟「h陟「 | 111100001010001010001110101000100110100011110000101000101000111010100010 | f0a28ea268f0a28ea2 |
UTF-8 | 陟「h陟「 | 11101001100110011001111111101111101111011010001001101000111010011001100110011111111011111011110110100010 | e9999fefbda268e9999fefbda2 |
UHC | 陟?h陟? | 11110100101100110011111101101000111101001011001100111111 | f4b33f68f4b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)