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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 邱扠h邱扠 | 111001111011011110011101010011000110100011100111101101111001110101001100 | e7b79d4c68e7b79d4c |
EUC-JP | 邱扠h邱扠 | 111011101011100111011001101011010110100011101110101110011101100110101101 | eeb9d9ad68eeb9d9ad |
UTF-8 | 邱扠h邱扠 | 11101001100000101011000111100110100010011010000001101000111010011000001010110001111001101000100110100000 | e982b1e689a068e982b1e689a0 |
UHC | 邱?h邱? | 11001111110010000011111101101000110011111100100000111111 | cfc83f68cfc83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)