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 | ×þ] | 110101111111111001011101 | d7fe5d |
SJIS-WIN | ×?] | 10000001011111100011111101011101 | 817e3f5d |
EUC-JP | ×þ] | 101000011101111110001111101010011101000001011101 | a1df8fa9d05d |
UTF-8 | ×þ] | 1100001110010111110000111011111001011101 | c397c3be5d |
UHC | ×þ] | 1010000110111111101010011010110101011101 | a1bfa9ad5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)