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 | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | 逍ス陷エV | 11100111100101101011110111101000100111001011010001010110 | e796bde89cb456 |
EUC-JP | 逍ス陷エV | 111011011111011010001110101111011110111111111100100011101011010001010110 | edf68ebdeffc8eb456 |
UTF-8 | 逍ス陷エV | 11101001100000001000110111101111101111011011110111101001100110011011011111101111101111011011010001010110 | e9808defbdbde999b7efbdb456 |
UHC | 逍?陷?V | 11100001110011100011111111111001111010000011111101010110 | e1ce3ff9e83f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)