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 | ザマエ」 | 1011101111011110110011111011010010100011 | bbdecfb4a3 |
EUC-JP | ザマエ」 | 10001110101110111000111011011110100011101100111110001110101101001000111010100011 | 8ebb8ede8ecf8eb48ea3 |
UTF-8 | ザマエ」 | 111011111011110110111011111011111011111010011110111011111011111010001111111011111011110110110100111011111011110110100011 | efbdbbefbe9eefbe8fefbdb4efbda3 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)