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 | ñ¢à | 110000111011000111000010101000101100001110001011 | c3b1c2a2c38b |
SJIS-WIN | ?±?¢?? | 0011111110000001011111010011111110000001100100010011111100111111 | 3f817d3f81913f3f |
EUC-JP | ñ¢� | 1000111110101010101010101010000111011110100011111010101010100100101000011111000110001111101010101010101000111111 | 8faaaaa1de8faaa4a1f18faaaa3f |
UTF-8 | ñ¢à | 110000111000001111000010101100011100001110000010110000101010001011000011100000111100001010001011 | c383c2b1c382c2a2c383c28b |
UHC | ?±???? | 00111111101000011011111000111111001111110011111100111111 | 3fa1be3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)