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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 俎俎[俎俎[^ | 1001100011010111100110001101011101011011100110001101011110011000110101110101101101011110 | 98d798d75b98d798d75b5e |
EUC-JP | 俎俎[俎俎[^ | 1101000011011001110100001101100101011011110100001101100111010000110110010101101101011110 | d0d9d0d95bd0d9d0d95b5e |
UTF-8 | 俎俎[俎俎[^ | 111001001011111110001110111001001011111110001110010110111110010010111111100011101110010010111111100011100101101101011110 | e4bf8ee4bf8e5be4bf8ee4bf8e5b5e |
UHC | 俎俎[俎俎[^ | 1111000010111011111100001011101101011011111100001011101111110000101110110101101101011110 | f0bbf0bb5bf0bbf0bb5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)