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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 邱晉ュァ^ | 11100111101101111001110111100111101011011010011101011110 | e7b79de7ada75e |
EUC-JP | 邱晉ュァ^ | 111011101011100111011010111010011000111010101101100011101010011101011110 | eeb9dae98ead8ea75e |
UTF-8 | 邱晉ュァ^ | 11101001100000101011000111100110100110011000100111101111101111011010110111101111101111011010011101011110 | e982b1e69989efbdadefbda75e |
UHC | 邱晉??^ | 11001111110010001111001011001011001111110011111101011110 | cfc8f2cb3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)