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 | 鎰??富 | 111010000100110000111111001111111001010101111000 | e84c3f3f9578 |
EUC-JP | 鎰??富 | 111011111010110100111111001111111100100111011001 | efad3f3fc9d9 |
UTF-8 | 鎰꿴렓富 | 111010011000111010110000111010101011111110110100111010111010000010010011111001011010111110001100 | e98eb0eabfb4eba093e5af8c |
UHC | 鎰꿴렓富 | 1110110011110000101100101110100110001110101010001101110110100011 | ecf0b2e98ea8dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)