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 | ????m | 0011111100111111001111110011111101101101 | 3f3f3f3f6d |
SJIS-WIN | 湲?第?m | 10011111110100010011111110010001111001100011111101101101 | 9fd13f91e63f6d |
EUC-JP | 湲?第?m | 11011110110100110011111111000010111010000011111101101101 | ded33fc2e83f6d |
UTF-8 | 湲렣第렞m | 11100110101110011011001011101011101000001010001111100111101011001010110011101011101000001001111001101101 | e6b9b2eba0a3e7acaceba09e6d |
UHC | 湲렣第렞m | 111010101011100010001110101101001111000010101111100011101010111101101101 | eab88eb4f0af8eaf6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)