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 | ×à] | 110101111110000001011101 | d7e05d |
SJIS-WIN | ×?] | 10000001011111100011111101011101 | 817e3f5d |
EUC-JP | ×à] | 101000011101111110001111101010111010001001011101 | a1df8faba25d |
UTF-8 | ×à] | 1100001110010111110000111010000001011101 | c397c3a05d |
UHC | ×?] | 10100001101111110011111101011101 | a1bf3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)