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 | 驤ク雉ス髣 | 1110100110001000101110001110100010110011101111011110100110010111 | e988b8e8b3bde997 |
EUC-JP | 驤ク雉ス髣 | 11110001111010001000111010111000111100001011010110001110101111011111000111110111 | f1e88eb8f0b58ebdf1f7 |
UTF-8 | 驤ク雉ス髣 | 111010011010100110100100111011111011110110111000111010011001101110001001111011111011110110111101111010011010101110100011 | e9a9a4efbdb8e99b89efbdbde9aba3 |
UHC | ??雉?? | 001111110011111111110110110010110011111100111111 | 3f3ff6cb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)