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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 俎俎嵬 | 100110001101011110011000110101111001101111001010 | 98d798d79bca |
EUC-JP | 俎俎嵬 | 110100001101100111010000110110011101011011001100 | d0d9d0d9d6cc |
UTF-8 | 俎俎嵬 | 111001001011111110001110111001001011111110001110111001011011010110101100 | e4bf8ee4bf8ee5b5ac |
UHC | 俎俎嵬 | 111100001011101111110000101110111110100011100011 | f0bbf0bbe8e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)