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 | 灼蕊灼蕊^ | 100011101101110010001110110001111000111011011100100011101100011101011110 | 8edc8ec78edc8ec75e |
EUC-JP | 灼蕊灼蕊^ | 101111001101111010111100110010011011110011011110101111001100100101011110 | bcdebcc9bcdebcc95e |
UTF-8 | 灼蕊灼蕊^ | 11100111100000011011110011101000100101011000101011100111100000011011110011101000100101011000101001011110 | e781bce8958ae781bce8958a5e |
UHC | 灼?灼?^ | 11101101110001110011111111101101110001110011111101011110 | edc73fedc73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)