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 | ±Â~ | 10001111101100011100001001111110 | 8fb1c27e |
SJIS-WIN | ?±?~ | 0011111110000001011111010011111101111110 | 3f817d3f7e |
EUC-JP | ?±Â~ | 00111111101000011101111010001111101010101010010001111110 | 3fa1de8faaa47e |
UTF-8 | ±Â~ | 11000010100011111100001010110001110000111000001001111110 | c28fc2b1c3827e |
UHC | ?±?~ | 0011111110100001101111100011111101111110 | 3fa1be3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)