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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 込м | 10001101100111101000010001111101 | 8d9e847d |
EUC-JP | 込м | 10111001111111101010011111011110 | b9fea7de |
UTF-8 | 込м | 1110100010111110101111001101000010111100 | e8bebcd0bc |
UHC | ?м | 001111111010110011011110 | 3facde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)