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 | 邱イ] | 11100111101101111011001001011101 | e7b7b25d |
EUC-JP | 邱イ] | 1110111010111001100011101011001001011101 | eeb98eb25d |
UTF-8 | 邱イ] | 11101001100000101011000111101111101111011011001001011101 | e982b1efbdb25d |
UHC | 邱?] | 11001111110010000011111101011101 | cfc83f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)