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 | 驕ス豌エ邵 | 1110100110000001101111011110011010110000101101001110011110111000 | e981bde6b0b4e7b8 |
EUC-JP | 驕ス豌エ邵 | 11110001111000011000111010111101111011001011001010001110101101001110111010111010 | f1e18ebdecb28eb4eeba |
UTF-8 | 驕ス豌エ邵 | 111010011010100110010101111011111011110110111101111010001011000110001100111011111011110110110100111010011000001010110101 | e9a995efbdbde8b18cefbdb4e982b5 |
UHC | 驕?豌?邵 | 1100111011110110001111111110100011010101001111111110000111010000 | cef63fe8d53fe1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)