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 | 蝣伎ウエ奓 | 1110010110100000100010101110101010110011101101001111101010100000 | e5a08aeab3b4faa0 |
EUC-JP | 蝣伎ウエ奓 | 1110101010100010101101001110110010001110101100111000111010110100100011111011100011110101 | eaa2b4ec8eb38eb48fb8f5 |
UTF-8 | 蝣伎ウエ奓 | 111010001001110110100011111001001011110010001110111011111011110110110011111011111011110110110100111001011010010110010011 | e89da3e4bc8eefbdb3efbdb4e5a593 |
UHC | ?伎??? | 001111111101000011101011001111110011111100111111 | 3fd0eb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)