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 | 11100110100000101000100111100111101100001010011101000010 | e68289e7b0a742 |
EUC-JP | 謔臥ーァB | 111010111110001010110010111010011000111010110000100011101010011101000010 | ebe2b2e98eb08ea742 |
UTF-8 | 謔臥ーァB | 11101000101011001001010011101000100001111010010111101111101111011011000011101111101111011010011101000010 | e8ac94e887a5efbdb0efbda742 |
UHC | 謔臥??B | 11111001110011001110100011000010001111110011111101000010 | f9cce8c23f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)