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 | ??C | 001111110011111101000011 | 3f3f43 |
SJIS-WIN | メルC | 110100101101100101000011 | d2d943 |
EUC-JP | メルC | 1000111011010010100011101101100101000011 | 8ed28ed943 |
UTF-8 | メルC | 11101111101111101001001011101111101111101001100101000011 | efbe92efbe9943 |
UHC | ??C | 001111110011111101000011 | 3f3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)