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 | 11100111101101111010110011100111101101111010110001000010 | e7b7ace7b7ac42 |
EUC-JP | 邱ャ邱ャB | 111011101011100110001110101011001110111010111001100011101010110001000010 | eeb98eaceeb98eac42 |
UTF-8 | 邱ャ邱ャB | 11101001100000101011000111101111101111011010110011101001100000101011000111101111101111011010110001000010 | e982b1efbdace982b1efbdac42 |
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)