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 | 隍サ逡キ蕣 | 1110100010100100101110111110011110010101101101111110010011111010 | e8a4bbe795b7e4fa |
EUC-JP | 隍サ逡キ蕣 | 11110000101001101000111010111011111011011111010110001110101101111110100011111100 | f0a68ebbedf58eb7e8fc |
UTF-8 | 隍サ逡キ蕣 | 111010011001101010001101111011111011110110111011111010011000000010100001111011111011110110110111111010001001010110100011 | e99a8defbdbbe980a1efbdb7e895a3 |
UHC | 隍?逡?蕣 | 1111110011011011001111111111000111100100001111111110001011110010 | fcdb3ff1e43fe2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)