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 | ñ⳦] | 1111000111100010101100111010011001011101 | f1e2b3a65d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | ñâ?¦] | 1000111110101011110100001000111110101011101001000011111110001111101000101100001101011101 | 8fabd08faba43f8fa2c35d |
UTF-8 | ñ⳦] | 110000111011000111000011101000101100001010110011110000101010011001011101 | c3b1c3a2c2b3c2a65d |
UHC | ??³?] | 001111110011111110101001111110000011111101011101 | 3f3fa9f83f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)