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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 泳b?徇 | 10001001011010101000001010000010001111111001110001101101 | 896a82823f9c6d |
EUC-JP | 泳b?徇 | 10110001110010111010001111100010001111111101011111001110 | b1cba3e23fd7ce |
UTF-8 | 泳b돡徇 | 111001101011001110110011111011111011110110000010111010111000111110100001111001011011111010000111 | e6b3b3efbd82eb8fa1e5be87 |
UHC | 泳b돡徇 | 1110011110110110101000111110001010001001101001101110001011011111 | e7b6a3e289a6e2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)