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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闢肴ーエ | 111010001001001110001101111001101011000010110100 | e8938de6b0b4 |
EUC-JP | 闢肴ーエ | 1110111111110011101110101110100010001110101100001000111010110100 | eff3bae88eb08eb4 |
UTF-8 | 闢肴ーエ | 111010011001011110100010111010001000001010110100111011111011110110110000111011111011110110110100 | e997a2e882b4efbdb0efbdb4 |
UHC | 闢肴?? | 110111001010001111111101101000100011111100111111 | dca3fda23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)