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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 邱、邱、B | 11100111101101111010010011100111101101111010010001000010 | e7b7a4e7b7a442 |
EUC-JP | 邱、邱、B | 111011101011100110001110101001001110111010111001100011101010010001000010 | eeb98ea4eeb98ea442 |
UTF-8 | 邱、邱、B | 11101001100000101011000111101111101111011010010011101001100000101011000111101111101111011010010001000010 | e982b1efbda4e982b1efbda442 |
UHC | 邱?邱?B | 11001111110010000011111111001111110010000011111101000010 | cfc83fcfc83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)