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 | 00111111001111110011111101001101 | 3f3f3f4d |
SJIS-WIN | ??緬M | 0011111100111111100101101100100101001101 | 3f3f96c94d |
EUC-JP | ??緬M | 0011111100111111110011001100101101001101 | 3f3fcccb4d |
UTF-8 | 뤶풆緬M | 11101011101001001011011011101101100100101000011011100111101101111010110001001101 | eba4b6ed9286e7b7ac4d |
UHC | 뤶풆緬M | 10001111111001001011111010001110110110001111101101001101 | 8fe4be8ed8fb4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)