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 | ??V | 001111110011111101010110 | 3f3f56 |
SJIS-WIN | 簑V | 1111011011100010111000101100000001010110 | f6e2e2c056 |
EUC-JP | ?簑V | 00111111111001001100001001010110 | 3fe4c256 |
UTF-8 | 簑V | 11101110100101001000100111100111101100001001000101010110 | ee9489e7b09156 |
UHC | ??V | 001111110011111101010110 | 3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)