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 | Â±ï¿ | 1100001010110001111011111011111110100000 | c2b1efbfa0 |
SJIS-WIN | ?±??? | 001111111000000101111101001111110011111100111111 | 3f817d3f3f3f |
EUC-JP | ±� | 100011111010101010100100101000011101111010001111101010111100000110001111101000101100010000111111 | 8faaa4a1de8fabc18fa2c43f |
UTF-8 | Â±ï¿ | 11000011100000101100001010110001110000111010111111000010101111111100001010100000 | c382c2b1c3afc2bfc2a0 |
UHC | ?±?¿? | 00111111101000011011111000111111101000101010111100111111 | 3fa1be3fa2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)