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 | 0011111100111111001111110011111101001101 | 3f3f3f3f4d |
SJIS-WIN | 偲ニト嫉M | 10001110110000111100011011000100100011101011100101001101 | 8ec3c6c48eb94d |
EUC-JP | 偲ニト嫉M | 101111001100010110001110110001101000111011000100101111001011101101001101 | bcc58ec68ec4bcbb4d |
UTF-8 | 偲ニト嫉M | 11100101100000011011001011101111101111101000011011101111101111101000010011100101101010111000100101001101 | e581b2efbe86efbe84e5ab894d |
UHC | ???嫉M | 001111110011111100111111111100101110110001001101 | 3f3f3ff2ec4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)