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 | 1110000001111101111001110101101001010110 | e07de75a56 |
EUC-JP | 烋躬V | 1101111111011110111011011011101101010110 | dfdeedbb56 |
UTF-8 | 烋躬V | 11100111100000111000101111101000101110101010110001010110 | e7838be8baac56 |
UHC | 烋躬V | 1111110111001110110011111110010101010110 | fdcecfe556 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)