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 | 001111110011111101001101 | 3f3f4d |
SJIS-WIN | ??M | 001111110011111101001101 | 3f3f4d |
EUC-JP | ??M | 001111110011111101001101 | 3f3f4d |
UTF-8 | 뭀묯M | 11101011101011011000000011101011101011001010111101001101 | ebad80ebacaf4d |
UHC | 뭀묯M | 1001001001001111100100100100011001001101 | 924f92464d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)