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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鈿縫鈿縫^ | 111001111110110110010110010001001110011111101101100101100100010001011110 | e7ed9644e7ed96445e |
EUC-JP | 鈿縫鈿縫^ | 111011101110111111001011101001011110111011101111110010111010010101011110 | eeefcba5eeefcba55e |
UTF-8 | 鈿縫鈿縫^ | 11101001100010001011111111100111101110001010101111101001100010001011111111100111101110001010101101011110 | e988bfe7b8abe988bfe7b8ab5e |
UHC | 鈿縫鈿縫^ | 111011111010111111011100111011101110111110101111110111001110111001011110 | efafdceeefafdcee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)