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 | æºð¸ | 11100110101110101111000010111000 | e6baf0b8 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | æºð¸ | 100011111010100111000001100011111010001011101011100011111010100111000011100011111010001010110001 | 8fa9c18fa2eb8fa9c38fa2b1 |
UTF-8 | æºð¸ | 1100001110100110110000101011101011000011101100001100001010111000 | c3a6c2bac3b0c2b8 |
UHC | æºð¸ | 1010100110100001101010001010110010101001101000111010001010101100 | a9a1a8aca9a3a2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)