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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韜ソ隴伜オ | 1110100011101001101111111110100010101101100110001110010110110101 | e8e9bfe8ad98e5b5 |
EUC-JP | 韜ソ隴伜オ | 11110000111010111000111010111111111100001010111111010000111001111000111010110101 | f0eb8ebff0afd0e78eb5 |
UTF-8 | 韜ソ隴伜オ | 111010011001111110011100111011111011110110111111111010011001101010110100111001001011110010011100111011111011110110110101 | e99f9cefbdbfe99ab4e4bc9cefbdb5 |
UHC | 韜???? | 110101001011011100111111001111110011111100111111 | d4b73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)