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 | 足稽^ | 1001000110101011100011000110110101011110 | 91ab8c6d5e |
EUC-JP | 足稽^ | 1100001010101101101101111100111001011110 | c2adb7ce5e |
UTF-8 | 足稽^ | 11101000101101101011001111100111101010001011110101011110 | e8b6b3e7a8bd5e |
UHC | 足稽^ | 1111000011101011110011011010011001011110 | f0ebcda65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)