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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 席禪h | 1001000011001000111000100101011101101000 | 90c8e25768 |
EUC-JP | 席禪h | 1100000011001010111000111011100001101000 | c0cae3b868 |
UTF-8 | 席禪h | 11100101101110001010110111100111101001101010101001101000 | e5b8ade7a6aa68 |
UHC | 席禪h | 1110000010101100111000001100100101101000 | e0ace0c968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)