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?^ | 0011111100111111010011010011111101011110 | 3f3f4d3f5e |
SJIS-WIN | ??M?^ | 0011111100111111010011010011111101011110 | 3f3f4d3f5e |
EUC-JP | ??M?^ | 0011111100111111010011010011111101011110 | 3f3f4d3f5e |
UTF-8 | 뫐뭒M뫏^ | 1110101110101011100100001110101110101101100100100100110111101011101010111000111101011110 | ebab90ebad924debab8f5e |
UHC | 뫐뭒M뫏^ | 1001000110110010100100100101101001001101100100011011000101011110 | 91b2925a4d91b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)