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 | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 軸治E | 1000111010110010100011101010000101000101 | 8eb28ea145 |
EUC-JP | 軸治E | 1011110010110100101111001010001101000101 | bcb4bca345 |
UTF-8 | 軸治E | 11101000101110111011100011100110101100101011101101000101 | e8bbb8e6b2bb45 |
UHC | 軸治E | 1111010111101110111101101011110101000101 | f5eef6bd45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)