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 | ñä | 11000011101100011100001110100100 | c3b1c3a4 |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | ñä | 1000111110101010101010101010000111011110100011111010101010101010100011111010001011110000 | 8faaaaa1de8faaaa8fa2f0 |
UTF-8 | ñä | 1100001110000011110000101011000111000011100000111100001010100100 | c383c2b1c383c2a4 |
UHC | ?±?¤ | 001111111010000110111110001111111010001010110100 | 3fa1be3fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)