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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 俎瓦 | 10011000110101111000101010100010 | 98d78aa2 |
EUC-JP | 俎瓦 | 11010000110110011011010010100100 | d0d9b4a4 |
UTF-8 | 俎瓦 | 111001001011111110001110111001111001001110100110 | e4bf8ee793a6 |
UHC | 俎瓦 | 11110000101110111110100010111111 | f0bbe8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)