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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 帥有 | 10010000100000111001011101001100 | 9083974c |
EUC-JP | 帥有 | 10111111111000111100110110101101 | bfe3cdad |
UTF-8 | 帥有 | 111001011011100010100101111001101001110010001001 | e5b8a5e69c89 |
UHC | 帥有 | 11100001111111011110101011110011 | e1fdeaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)