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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | モ」ラ矣゚\ | 110100111010001111110111101010101101011111100001111000011101111101011100 | d3a3f7aad7e1e1df5c |
EUC-JP | モ」?ラ矣゚\ | 100011101101001110001110101000110011111110001110110101111110001011100011100011101101111101011100 | 8ed38ea33f8ed7e2e38edf5c |
UTF-8 | モ」ラ矣゚\ | 11101111101111101001001111101111101111011010001111101110100101101000110111101111101111101001011111100111100111111010001111101111101111101001111101011100 | efbe93efbda3ee968defbe97e79fa3efbe9f5c |
UHC | ????矣?\ | 0011111100111111001111110011111111101011111110000011111101011100 | 3f3f3f3febf83f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)