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 | 邱戲] | 1110011110110111100111010100010101011101 | e7b79d455d |
EUC-JP | 邱戲] | 1110111010111001110110011010011001011101 | eeb9d9a65d |
UTF-8 | 邱戲] | 11101001100000101011000111100110100010001011001001011101 | e982b1e688b25d |
UHC | 邱?] | 11001111110010000011111101011101 | cfc83f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)