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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 足稽] | 1001000110101011100011000110110101011101 | 91ab8c6d5d |
EUC-JP | 足稽] | 1100001010101101101101111100111001011101 | c2adb7ce5d |
UTF-8 | 足稽] | 11101000101101101011001111100111101010001011110101011101 | e8b6b3e7a8bd5d |
UHC | 足稽] | 1111000011101011110011011010011001011101 | f0ebcda65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)