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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?飾?軾^ | 00111111100011111111110000111111111001110110011101011110 | 3f8ffc3fe7675e |
EUC-JP | ?飾?軾^ | 00111111101111101111111000111111111011011100100001011110 | 3fbefe3fedc85e |
UTF-8 | 렣飾렣軾^ | 11101011101000001010001111101001101000111011111011101011101000001010001111101000101110111011111001011110 | eba0a3e9a3beeba0a3e8bbbe5e |
UHC | 렣飾렣軾^ | 100011101011010011100011110111101000111010110100111000111101110001011110 | 8eb4e3de8eb4e3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)