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±B | 11100111010111011110010101010110100101111011000101000010 | e75de55697b142 |
SJIS-WIN | ?]?V?±B | 0011111101011101001111110101011000111111100000010111110101000010 | 3f5d3f563f817d42 |
EUC-JP | ç]åV?±B | 100011111010101110101110010111011000111110101011101010010101011000111111101000011101111001000010 | 8fabae5d8faba9563fa1de42 |
UTF-8 | ç]åV±B | 1100001110100111010111011100001110100101010101101100001010010111110000101011000101000010 | c3a75dc3a556c297c2b142 |
UHC | ?]?V?±B | 0011111101011101001111110101011000111111101000011011111001000010 | 3f5d3f563fa1be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)