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 | ×ý] | 110101111111110101011101 | d7fd5d |
SJIS-WIN | ×?] | 10000001011111100011111101011101 | 817e3f5d |
EUC-JP | ×ý] | 101000011101111110001111101010111111001001011101 | a1df8fabf25d |
UTF-8 | ×ý] | 1100001110010111110000111011110101011101 | c397c3bd5d |
UHC | ×?] | 10100001101111110011111101011101 | a1bf3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)