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 | 俎曺 | 10011000110101111111101011011110 | 98d7fade |
EUC-JP | 俎曺 | 1101000011011001100011111100001011101101 | d0d98fc2ed |
UTF-8 | 俎曺 | 111001001011111110001110111001101001101110111010 | e4bf8ee69bba |
UHC | 俎曺 | 11110000101110111111000011000110 | f0bbf0c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)