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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 俎俎B | 1001100011010111100110001101011101000010 | 98d798d742 |
EUC-JP | 俎俎B | 1101000011011001110100001101100101000010 | d0d9d0d942 |
UTF-8 | 俎俎B | 11100100101111111000111011100100101111111000111001000010 | e4bf8ee4bf8e42 |
UHC | 俎俎B | 1111000010111011111100001011101101000010 | f0bbf0bb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)