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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 岺質^ | 1111101010101101100011101011111101011110 | faad8ebf5e |
EUC-JP | 岺質^ | 100011111011101110111000101111001100000101011110 | 8fbbb8bcc15e |
UTF-8 | 岺質^ | 11100101101100101011101011101000101100111010101001011110 | e5b2bae8b3aa5e |
UHC | 岺質^ | 1101011010111001111100101111010101011110 | d6b9f2f55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)