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 | ??????d | 00111111001111110011111100111111001111110011111101100100 | 3f3f3f3f3f3f64 |
SJIS-WIN | 祉???紆?d | 100011101000001100111111001111110011111111100010111111000011111101100100 | 8e833f3f3fe2fc3f64 |
EUC-JP | 祉???紆?d | 101110111110001100111111001111110011111111100100111111100011111101100100 | bbe33f3f3fe4fe3f64 |
UTF-8 | 祉곌렕렟紆렣d | 11100111101001011000100111101010101100111000110011101011101000001001010111101011101000001001111111100111101101001000011011101011101000001010001101100100 | e7a589eab38ceba095eba09fe7b486eba0a364 |
UHC | 祉곌렕렟紆렣d | 11110010101100111011000011101010100011101010101010001110101100001110100111100001100011101011010001100100 | f2b3b0ea8eaa8eb0e9e18eb464 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)