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 | ?????y\ | 00111111001111110011111100111111001111110111100101011100 | 3f3f3f3f3f795c |
SJIS-WIN | 閼帙Ρ菫ョy\ | 1110100010000100100110111110001110000011101011111110010010111111101011100111100101011100 | e8849be383afe4bfae795c |
EUC-JP | 閼帙Ρ菫ョy\ | 111011111110010011010110111001011010011010110001111010001100000110001110101011100111100101011100 | efe4d6e5a6b1e8c18eae795c |
UTF-8 | 閼帙Ρ菫ョy\ | 11101001100101101011110011100101101110001001100111001110101000011110100010001111101010111110111110111101101011100111100101011100 | e996bce5b899cea1e88fabefbdae795c |
UHC | 閼帙Ρ菫?y\ | 1110010011011001111100101110110110100101110100011101000011001011001111110111100101011100 | e4d9f2eda5d1d0cb3f795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)