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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ーエ」雉」 | 101100001011010010100011111010001011001110100011 | b0b4a3e8b3a3 |
EUC-JP | ーエ」雉」 | 10001110101100001000111010110100100011101010001111110000101101011000111010100011 | 8eb08eb48ea3f0b58ea3 |
UTF-8 | ーエ」雉」 | 111011111011110110110000111011111011110110110100111011111011110110100011111010011001101110001001111011111011110110100011 | efbdb0efbdb4efbda3e99b89efbda3 |
UHC | ???雉? | 001111110011111100111111111101101100101100111111 | 3f3f3ff6cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)