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 | ×ÕÎ | 110101111101010111001110 | d7d5ce |
SJIS-WIN | ×?? | 10000001011111100011111100111111 | 817e3f3f |
EUC-JP | ×ÕÎ | 1010000111011111100011111010101011011000100011111010101011000010 | a1df8faad88faac2 |
UTF-8 | ×ÕÎ | 110000111001011111000011100101011100001110001110 | c397c395c38e |
UHC | ×?? | 10100001101111110011111100111111 | a1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)