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\ | 1110011111100010100110111110001110000011101011111110010010111111101011100111100101011100 | e7e29be383afe4bfae795c |
EUC-JP | 鈔帙Ρ菫ョy\ | 111011101110010011010110111001011010011010110001111010001100000110001110101011100111100101011100 | eee4d6e5a6b1e8c18eae795c |
UTF-8 | 鈔帙Ρ菫ョy\ | 11101001100010001001010011100101101110001001100111001110101000011110100010001111101010111110111110111101101011100111100101011100 | e98894e5b899cea1e88fabefbdae795c |
UHC | ?帙Ρ菫?y\ | 00111111111100101110110110100101110100011101000011001011001111110111100101011100 | 3ff2eda5d1d0cb3f795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)