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 | ñá | 11000011101100011100001110100001 | c3b1c3a1 |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | ñá | 1000111110101010101010101010000111011110100011111010101010101010100011111010001011000010 | 8faaaaa1de8faaaa8fa2c2 |
UTF-8 | ñá | 1100001110000011110000101011000111000011100000111100001010100001 | c383c2b1c383c2a1 |
UHC | ?±?¡ | 001111111010000110111110001111111010001010101110 | 3fa1be3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)