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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | セ謗チE | 1011111011100110100011101100000101000101 | bee68ec145 |
EUC-JP | セ謗チE | 10001110101111101110101111101110100011101100000101000101 | 8ebeebee8ec145 |
UTF-8 | セ謗チE | 11101111101111011011111011101000101011001001011111101111101111101000000101000101 | efbdbee8ac97efbe8145 |
UHC | ?謗?E | 0011111111011011101111110011111101000101 | 3fdbbf3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)