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 | 俎莎?畔 | 10011000110101111110010010110011001111111001010011001000 | 98d7e4b33f94c8 |
EUC-JP | 俎莎?畔 | 11010000110110011110100010110101001111111100100011001010 | d0d9e8b53fc8ca |
UTF-8 | 俎莎렪畔 | 111001001011111110001110111010001000111010001110111010111010000010101010111001111001010110010100 | e4bf8ee88e8eeba0aae79594 |
UHC | 俎莎렪畔 | 1111000010111011110111101110110110001110101110001101101011101101 | f0bbdeed8eb8daed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)