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 | 咫痿盖唸^ | 100110100100000011100001011111101110000110110011100110100101100001011110 | 9a40e17ee1b39a585e |
EUC-JP | 咫痿盖唸^ | 110100111010000111100001110111111110001010110101110100111011100101011110 | d3a1e1dfe2b5d3b95e |
UTF-8 | 咫痿盖唸^ | 11100101100100101010101111100111100101111011111111100111100110111001011011100101100101001011100001011110 | e592abe797bfe79b96e594b85e |
UHC | 咫?盖?^ | 11110010101000010011111111001011110011000011111101011110 | f2a13fcbcc3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)