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}??M{^ | 001111110011111101001101011111010011111100111111010011010111101101011110 | 3f3f4d7d3f3f4d7b5e |
SJIS-WIN | ??M}??M{^ | 001111110011111101001101011111010011111100111111010011010111101101011110 | 3f3f4d7d3f3f4d7b5e |
EUC-JP | ??M}??M{^ | 001111110011111101001101011111010011111100111111010011010111101101011110 | 3f3f4d7d3f3f4d7b5e |
UTF-8 | 뭈뭒M}뭈뭒M{^ | 1110101110101101100010001110101110101101100100100100110101111101111010111010110110001000111010111010110110010010010011010111101101011110 | ebad88ebad924d7debad88ebad924d7b5e |
UHC | 뭈뭒M}뭈뭒M{^ | 10010010010101001001001001011010010011010111110110010010010101001001001001011010010011010111101101011110 | 9254925a4d7d9254925a4d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)