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 | 逶貝逶貝^ | 111001111001101110001010010011001110011110011011100010100100110001011110 | e79b8a4ce79b8a4c5e |
EUC-JP | 逶貝逶貝^ | 111011011111101110110011101011011110110111111011101100111010110101011110 | edfbb3adedfbb3ad5e |
UTF-8 | 逶貝逶貝^ | 11101001100000001011011011101000101100101001110111101001100000001011011011101000101100101001110101011110 | e980b6e8b29de980b6e8b29d5e |
UHC | ?貝?貝^ | 00111111111110001010111100111111111110001010111101011110 | 3ff8af3ff8af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)