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 | 茹貉茹貉^ | 111001001010010111100110101110011110010010100101111001101011100101011110 | e4a5e6b9e4a5e6b95e |
EUC-JP | 茹貉茹貉^ | 111010001010011111101100101110111110100010100111111011001011101101011110 | e8a7ecbbe8a7ecbb5e |
UTF-8 | 茹貉茹貉^ | 11101000100011001011100111101000101100101000100111101000100011001011100111101000101100101000100101011110 | e88cb9e8b289e88cb9e8b2895e |
UHC | 茹?茹?^ | 11100110101010100011111111100110101010100011111101011110 | e6aa3fe6aa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)