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 | ?????[ | 001111110011111100111111001111110011111101011011 | 3f3f3f3f3f5b |
SJIS-WIN | ???誼?[ | 00111111001111110011111110001011011000100011111101011011 | 3f3f3f8b623f5b |
EUC-JP | ??Ŧ誼?[ | 001111110011111110001111101010011010111110110101110000110011111101011011 | 3f3f8fa9afb5c33f5b |
UTF-8 | 樂낅Ŧ誼셝[ | 111011111010011010111111111010111000001010000101110001011010011011101000101010101011110011101100100001011001110101011011 | efa6bfeb8285c5a6e8aabcec859d5b |
UHC | 樂낅Ŧ誼셝[ | 1110100011111001100001011110101110101000101011101110101111111110100110010110010001011011 | e8f985eba8aeebfe99645b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)