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 | 111001101100000111100100010101111110011011000001111001000101011101000010 | e6c1e457e6c1e45742 |
EUC-JP | 戝膰戝膰B | 111011001100001111100111101110001110110011000011111001111011100001000010 | ecc3e7b8ecc3e7b842 |
UTF-8 | 戝膰戝膰B | 11100110100010001001110111101000100001101011000011100110100010001001110111101000100001101011000001000010 | e6889de886b0e6889de886b042 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)