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 | ?±\ | 001111111011000101011100 | 3fb15c |
SJIS-WIN | ゜±\ | 1000000101001011100000010111110101011100 | 814b817d5c |
EUC-JP | ゜±\ | 1010000110101100101000011101111001011100 | a1aca1de5c |
UTF-8 | ゜±\ | 111000111000001010011100110000101011000101011100 | e3829cc2b15c |
UHC | ?±\ | 00111111101000011011111001011100 | 3fa1be5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)