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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鐔守М | 111010000101110010001110111001111000010001001101 | e85c8ee7844d |
EUC-JP | 鐔守М | 111011111011110110111100111010011010011110101110 | efbdbce9a7ae |
UTF-8 | 鐔守М | 1110100110010000100101001110010110101110100010001101000010011100 | e99094e5ae88d09c |
UHC | ?守М | 0011111111100001111110101010110010101110 | 3fe1faacae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)