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 | 知?知?^ | 10010010011011010011111110010010011011010011111101011110 | 926d3f926d3f5e |
EUC-JP | 知?知?^ | 11000011110011100011111111000011110011100011111101011110 | c3ce3fc3ce3f5e |
UTF-8 | 知렟知렟^ | 11100111100111111010010111101011101000001001111111100111100111111010010111101011101000001001111101011110 | e79fa5eba09fe79fa5eba09f5e |
UHC | 知렟知렟^ | 111100101011000110001110101100001111001010110001100011101011000001011110 | f2b18eb0f2b18eb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)