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 | 粱吟 | 11100010111010111000101111100001 | e2eb8be1 |
EUC-JP | 粱吟 | 11100100111011011011011011100011 | e4edb6e3 |
UTF-8 | 粱吟 | 111001111011001010110001111001011001000010011111 | e7b2b1e5909f |
UHC | 粱吟 | 11010101110111001110101111100001 | d5dcebe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)