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 | ????[ | 0011111100111111001111110011111101011011 | 3f3f3f3f5b |
SJIS-WIN | 蜩ュ逞ソ[ | 11100101100100111010110111100111100101111011111101011011 | e593ade797bf5b |
EUC-JP | 蜩ュ逞ソ[ | 111010011111001110001110101011011110110111110111100011101011111101011011 | e9f38eadedf78ebf5b |
UTF-8 | 蜩ュ逞ソ[ | 11101000100111001010100111101111101111011010110111101001100000001001111011101111101111011011111101011011 | e89ca9efbdade9809eefbdbf5b |
UHC | ??逞?[ | 001111110011111111010110110000010011111101011011 | 3f3fd6c13f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)