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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 村多短即^ | 100100011011101010010001101111011001001001011010100100011010011001011110 | 91ba91bd925a91a65e |
EUC-JP | 村多短即^ | 110000101011110011000010101111111100001110111011110000101010100001011110 | c2bcc2bfc3bbc2a85e |
UTF-8 | 村多短即^ | 11100110100111011001000111100101101001001001101011100111100111111010110111100101100011011011001101011110 | e69d91e5a49ae79fade58db35e |
UHC | 村多短?^ | 1111010110111101110100101111110111010011101011010011111101011110 | f5bdd2fdd3ad3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)