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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 雄對 | 10010111010110011001101110010100 | 97599b94 |
EUC-JP | 雄對 | 11001101101110101101010111110100 | cdbad5f4 |
UTF-8 | 雄對 | 111010011001101110000100111001011011000010001101 | e99b84e5b08d |
UHC | 雄對 | 11101010101010011101001111011111 | eaa9d3df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)