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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 譿ィ遏㎎B | 1111101110101100101010001110011110011111100001110111001001000010 | fbaca8e79f877242 |
EUC-JP | ?ィ遏?B | 00111111100011101010100011101110101000010011111101000010 | 3f8ea8eea13f42 |
UTF-8 | 譿ィ遏㎎B | 11101000101011011011111111101111101111011010100011101001100000011000111111100011100011101000111001000010 | e8adbfefbda8e9818fe38e8e42 |
UHC | ???㎎B | 001111110011111100111111101001111011011101000010 | 3f3f3fa7b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)